Commit Graph

  • 884490aaa3 Merge remote-tracking branch 'm-kru/vhdl_real_type' Maxime Coste 2022-08-21 18:47:25 +0200
  • 48408de698 Merge remote-tracking branch 'm-kru/vhdl_file_type_fixes' Maxime Coste 2022-08-21 18:47:18 +0200
  • c762a00967 Merge remote-tracking branch 'krobelus/markdown-fixes' Maxime Coste 2022-08-21 18:45:17 +0200
  • dbe9fe4f10 Merge remote-tracking branch 'krobelus/doc-keymap-new-space' Maxime Coste 2022-08-21 18:39:15 +0200
  • 13a95b0ba0 Merge remote-tracking branch 'krobelus/set-remove-autoinfo' Maxime Coste 2022-08-21 18:38:28 +0200
  • d076c033e7 Avoid calling memcpy from empty string views Maxime Coste 2022-08-21 17:52:51 +0200
  • efa45f8bdd Bypass RegexIterator in RegionsHighlighter::add_matches Maxime Coste 2022-08-14 16:28:23 +0200
  • 021da117cf Add support for field width and digit grouping in format Maxime Coste 2022-08-13 18:53:27 +0100
  • 0c1d4808fa Slight code style tweak Maxime Coste 2022-08-12 17:21:42 +0100
  • 21047db4a0 Remove unnecessary utf8 decoding when looking for EOL in regex Maxime Coste 2022-08-10 21:16:02 +0100
  • c8c8051bd0 Refactor RegionsHighlighter to share regexes Maxime Coste 2022-08-10 20:58:31 +0100
  • ce985062bc doc keymap: update for <space>/, swap Johannes Altmanninger 2022-08-05 15:14:52 +0200
  • 02058e0427 Clarify changelog on user mode prompt history Johannes Altmanninger 2022-08-04 21:52:54 +0200
  • d324e506e3 Use make_array to avoid specifying the array size Johannes Altmanninger 2022-08-01 11:22:30 +0200
  • 0eb4e68c40 Rename button_to_str() to the more idiomatic to_string() Johannes Altmanninger 2022-08-04 10:54:55 +0200
  • feb912fb9f rc markdown: use language highlighting also for indented code blocks inside lists Johannes Altmanninger 2022-08-16 19:44:08 +0200
  • 01f3d7cbda Rename key_to_str() to the more idiomatic to_string() Johannes Altmanninger 2022-08-04 10:51:10 +0200
  • 615ec3ef7e rc markdown: use language highlighting also for indented code blocks Johannes Altmanninger 2022-08-16 19:12:06 +0200
  • 9d362b8b3e rc markdown: fix loading language highlighter module given multiple code blocks Johannes Altmanninger 2022-08-16 19:06:13 +0200
  • b633b6f9c3 rc restructuredtext: fix code block regex Johannes Altmanninger 2022-08-13 22:32:36 +0200
  • 08ea6d07e4 Remove stale comment about StaticRegister Johannes Altmanninger 2022-07-31 10:17:43 +0200
  • 91cadb2150 rc/filetype/dockerfile: detect filenames that contain special characters Ameer Ghani 2022-08-16 11:49:11 -0400
  • ce18ac9918 VHDL filetype: Fix if statement behavior. Michał Kruszewski 2022-08-15 13:41:07 +0200
  • f3a05d41cb VHDL filetype: Fix behavior for case statement. Michał Kruszewski 2022-08-15 13:36:38 +0200
  • ed7078230f VHDL filetype: Fix adding closing tags. Michał Kruszewski 2022-08-15 12:45:32 +0200
  • 0f3aaa0ecd VHDL filetype: Don't increase indent after when in case statement. Michał Kruszewski 2022-08-15 10:39:13 +0200
  • ca71d8997d Reuse existing character classes when possible in regex Maxime Coste 2022-08-05 20:29:43 +1000
  • 26d14d52bb uniquify selection contents before generating regex for '*' Maxime Coste 2022-08-05 20:10:11 +1000
  • 89cd3c52eb Add HashSet implemented as HashMap with void value type Maxime Coste 2022-08-05 19:35:27 +1000
  • 9fb7d90449 Change HashMap not to support multiple identical keys by default Maxime Coste 2022-08-05 19:20:00 +1000
  • ae991e8a94 VHDL filetype: Highlight real type. Michał Kruszewski 2022-08-03 13:44:53 +0200
  • 31e9fc3cef Merge remote-tracking branch 'krobelus/history-in-mappings' Maxime Coste 2022-08-03 20:37:44 +1000
  • fa209a9a97 Merge remote-tracking branch 'krobelus/document-history-registers' Maxime Coste 2022-08-03 19:51:22 +1000
  • 4361a7e120 Merge remote-tracking branch 'krobelus/no-switches-after-ddash' Maxime Coste 2022-08-03 19:50:00 +1000
  • e13b435783 Do not complete command switches after -- Johannes Altmanninger 2022-07-31 07:38:46 +0200
  • c335712e4e doc registers: document prompt history registers Johannes Altmanninger 2022-07-29 21:04:23 +0200
  • 395f438378 Remove unnecessary leading space in prompt from mappings Johannes Altmanninger 2022-07-30 22:28:02 +0200
  • a36473f4bb Do not record prompt history when executing user mode mappings Johannes Altmanninger 2022-07-31 11:19:48 +0200
  • 253b13281e Show the default values for -save-regs in autoinfo of exec/eval Johannes Altmanninger 2022-07-31 11:58:51 +0200
  • d999a00b0c Fix typo in eval/exec code Johannes Altmanninger 2022-07-29 22:08:29 +0200
  • f435b2b70a doc execeval: mention that the colon register is saved by default Johannes Altmanninger 2022-07-31 10:44:53 +0200
  • 487056daf7 doc registers: fix asciidoc syntax for <a-*> Johannes Altmanninger 2022-07-30 19:50:57 +0200
  • 545c8429e0 doc keys: avoid pleonasm Johannes Altmanninger 2022-07-29 21:04:11 +0200
  • 45aad1ed2c rc man: fix man-jump when selection contains first character of man link Johannes Altmanninger 2022-07-29 20:42:59 +0200
  • 031de6d28c Use menu behavior for completing builtins where appropriate Johannes Altmanninger 2022-07-19 12:58:14 +0200
  • 329b215494 rc man: hide helper command "man-search" Johannes Altmanninger 2022-07-29 20:26:43 +0200
  • 0b5dcf062f Use menu behavior when completing doc Johannes Altmanninger 2022-07-29 20:47:57 +0200
  • 69053d9623 Use menu behavior when completing change-directory Johannes Altmanninger 2022-07-19 13:55:50 +0200
  • a1715a0c41 Use menu behavior when completing scope arguments Johannes Altmanninger 2022-07-18 19:11:10 +0200
  • 5aa0241124 Use and extract functions for completing scope arguments Johannes Altmanninger 2022-07-19 11:26:56 +0200
  • 23fcf77160 Fix autoinfo for "set-option -remove" not showing option-specific info Johannes Altmanninger 2022-07-19 23:07:59 +0200
  • 4b6abfaedf Remove redundant handling of "-add" from set-option completer Johannes Altmanninger 2022-07-19 12:02:55 +0200
  • e83dbdcd2c Merge remote-tracking branch 'krobelus/embrace-menu-2' Maxime Coste 2022-07-28 21:34:31 +1000
  • 79ff3c29e5 Merge remote-tracking branch 'krobelus/support-prompt-menu' Maxime Coste 2022-07-28 21:33:07 +1000
  • 99874a1e25 Merge remote-tracking branch 'krobelus/prompt-completion-cut-at-cursor' Maxime Coste 2022-07-28 21:29:21 +1000
  • ab20fa9360 Merge remote-tracking branch 'krobelus/tmux-repl-completion' Maxime Coste 2022-07-28 21:23:30 +1000
  • 935261c8be Merge remote-tracking branch 'krobelus/support-shift-backspace' Maxime Coste 2022-07-28 21:23:03 +1000
  • 5fb858d0c5 Merge remote-tracking branch 'jeroendehaas/iterm-fix-spaces' Maxime Coste 2022-07-28 21:21:04 +1000
  • f137ee6595 Merge remote-tracking branch 'Pound-Hash/docs_faces' Maxime Coste 2022-07-28 21:19:52 +1000
  • de683fea3b Merge remote-tracking branch 'Pound-Hash/execeval' Maxime Coste 2022-07-28 21:18:39 +1000
  • 12c2b53105 Made changes suggested by krobelus Pound_Hash 2022-07-24 14:59:56 -0700
  • 08f5bc3959 Merge remote-tracking branch 'krobelus/startup-info' Maxime Coste 2022-07-24 10:12:58 +1000
  • b2bdaf8288 Merge remote-tracking branch 'krobelus/complete-expansions-in-double-quotes' Maxime Coste 2022-07-24 10:12:22 +1000
  • 626e1fec43 Merge remote-tracking branch 'krobelus/no-redundant-menu' Maxime Coste 2022-07-24 10:10:51 +1000
  • 6e4b0d8859 Support "prompt -menu" to mark completions as authoritative Johannes Altmanninger 2022-07-18 21:35:38 +0200
  • aa8f29eff1 Extract function for parsing completion switches Johannes Altmanninger 2022-07-18 23:29:17 +0200
  • 47329260da Move input completer when constructing PromptCompleterAdapter Johannes Altmanninger 2022-07-21 16:25:15 +0200
  • 3e9ca0e5c3 rc windowing: use menu behavior for focus Johannes Altmanninger 2022-07-19 15:56:05 +0200
  • 19fccc1587 Compute prompt completion only from characters left of the cursor Johannes Altmanninger 2022-07-21 10:24:09 +0200
  • 9190fa9b5f rc repl: complete tmux-repl with shell commands, not Kakoune commands Johannes Altmanninger 2022-07-20 08:32:03 +0200
  • 19d2de41c0 Update startup info with p/P breaking change Johannes Altmanninger 2022-07-17 19:31:36 +0200
  • 59dd3eaf15 Complete double-quoted expansions in prompt mode Johannes Altmanninger 2022-07-21 09:41:18 +0200
  • 34c489170f Elide temporary vector when completing register names Johannes Altmanninger 2022-07-19 13:12:44 +0200
  • 7f08ac3de2 Use menu behavior for add-highlighter/remove-highlighter completion Johannes Altmanninger 2022-07-19 10:30:01 +0200
  • b2f45a29e4 Elide temporary vector when completing keymap modes (user modes) Johannes Altmanninger 2022-07-19 12:58:14 +0200
  • 8fac31ba76 Use menu behavior for completion of switches Johannes Altmanninger 2022-07-19 09:42:20 +0200
  • ba557e90a2 Offer "--" as completion when completing switches Johannes Altmanninger 2022-07-19 10:04:32 +0200
  • 1358fc3cef Deduplicate functions for completing alias names Johannes Altmanninger 2022-07-19 10:21:43 +0200
  • 57a98880ab Make completers take "StringView" instead of "const String&" for compatibility with PromptCompleter Johannes Altmanninger 2022-07-18 21:14:58 +0200
  • a4696eb33a Remove redundant check for menu bit Johannes Altmanninger 2022-07-19 15:34:49 +0200
  • 559af669c7 Remove out-of-date column computation in show-whitespaces Maxime Coste 2022-07-19 22:47:39 +1000
  • 9ebd0cd9c1 Improve readability of debug memory command output Maxime Coste 2022-07-18 17:39:19 +1000
  • 67d9dd3043 Jeroen de Haas Copyright Waiver Jeroen de Haas 2022-07-16 16:06:48 +0200
  • 5a1b0ac2cb Also escape path and tmpdir in iterm.kak Jeroen de Haas 2022-07-16 15:51:55 +0200
  • 9364796033 [faces.asciidoc] Amended English mechanics and styling for correctness and clarity. Pound_Hash 2022-07-15 19:12:57 -0700
  • f5763aaeff
    Update doc/pages/execeval.asciidoc Alan 2022-07-13 23:22:55 -0700
  • 0bbab694be Amended the documentation for grammatical correctness, neatness, uniformity, and clarity. Pound_Hash 2022-07-13 19:41:42 -0700
  • c7fbf1f390 Re-work line trimming to fix issues with column highighters Maxime Coste 2022-07-13 12:24:14 +1000
  • 195fe8fd29 Fix past-the-eol column highlighter getting highlighted as buffer range Maxime Coste 2022-07-12 19:41:50 +1000
  • af89d6e052 Merge remote-tracking branch 'krobelus/fix-comment-block' Maxime Coste 2022-07-11 18:20:51 +1000
  • 471c4aad4e Merge remote-tracking branch 'krobelus/changelog' Maxime Coste 2022-07-11 18:20:19 +1000
  • 50cacc0758 Fix buffer location of column highlighter's past-eol atoms Maxime Coste 2022-07-11 18:17:51 +1000
  • b6afd5dbd6 rc comment: fix comment-block regression from "Select pasted text on paste" Johannes Altmanninger 2022-07-10 17:21:44 +0200
  • 52688509b3 doc changelog: update with some breaking changes Johannes Altmanninger 2022-07-05 11:43:59 +0200
  • dbd8cf2145 Make Shift+Backspace erase a character in insert mode Johannes Altmanninger 2022-02-09 12:43:36 +0100
  • ce75867e44 Merge branch 'roam-murmurhash-endian' of http://github.com/ppentchev/kakoune Maxime Coste 2022-07-10 17:44:13 +1000
  • 94f5479e1a Refactor highlighting logic Maxime Coste 2022-07-10 10:04:15 +1000
  • ded97628f7 murmurhash: always load byte by byte Peter Pentchev 2022-07-07 08:53:57 +0300
  • f3cb2e4340 Remove <esc> as end macro recording, Q should be enough Maxime Coste 2022-06-12 21:30:56 +1000
  • df79d0c245 Distinguish between non-eol max column target and plain max column Maxime Coste 2022-06-08 19:43:03 +1000