Commit Graph

  • e52f83bd50 Fix shell command completion fallback to filename Maxime Coste 2024-02-28 12:34:20 +1100
  • 9a299b0016 improve :debug shared-strings Maxime Coste 2024-02-28 12:33:25 +1100
  • 4a2f4510b7 Siva Mahadevan Copyright Waiver Siva Mahadevan 2024-02-27 17:31:25 -0500
  • b05295637e build: switch to POSIX make Siva Mahadevan 2024-01-12 09:31:58 -0500
  • e56ffd9d36 Merge remote-tracking branch 'topisani/fix-3600' Maxime Coste 2024-02-28 08:58:45 +1100
  • 88aff72bc8 rc grep/make: don't touch user selections Johannes Altmanninger 2024-02-25 11:12:57 +0100
  • 847bf98b47 rc make: fix make-jump if selection includes trailing newline Johannes Altmanninger 2024-02-25 11:12:56 +0100
  • 40ffd5ff3b rc grep/make: never match multiline filenames Johannes Altmanninger 2024-02-25 11:12:55 +0100
  • 20d353936e rc grep/make: Revert "Support windows style path in grep output" Johannes Altmanninger 2024-02-25 11:12:54 +0100
  • b8f76c6e1a rc diff: plug register leak Johannes Altmanninger 2024-02-25 17:43:10 +0100
  • 8a7641284c rc git: hide blame and report error if git blame fails Johannes Altmanninger 2024-02-25 17:51:13 +0100
  • 03bea7ced4 rc git: report error if blame-jump fails Johannes Altmanninger 2024-02-25 17:51:12 +0100
  • 07d58cab9e rc git: support uncommitted lines in git blame too Johannes Altmanninger 2024-02-25 17:56:39 +0100
  • efaf9ab4e2 rc git: fix off-by-one in git blame cursor target Johannes Altmanninger 2024-02-25 17:56:38 +0100
  • dbe8528231 Make insert repeat (.) more consistent Tobias Pisani 2024-02-23 16:53:30 +0100
  • ae21b3a10d Merge remote-tracking branch 'Yukaii/pass-pane-for-wezterm-terminal' Maxime Coste 2024-02-20 19:40:59 +1100
  • 2d9c84e363 Another try to fix blame-jump-message test flakyness Maxime Coste 2024-02-18 19:00:33 +1100
  • 150ea50391 Remove unused -within-next ui_out switch Maxime Coste 2024-02-18 15:46:24 +1100
  • f786fceb73 Fix flaky blame-jump-message test Johannes Altmanninger 2024-02-18 01:16:53 +0100
  • 5f0729f155 rc tools git: fix initial position of blame of deleted line Johannes Altmanninger 2024-02-12 10:30:28 +0100
  • 22b1d4ec4a Try to fix crash due to fifo read regression Johannes Altmanninger 2024-02-17 22:32:05 +0100
  • a85b81e08a test tools patch: disable when perl is missing Johannes Altmanninger 2024-02-17 22:52:20 +0100
  • 7a86602ff8 Fix edit-fifo-noscroll test on BSD Johannes Altmanninger 2024-02-17 22:29:46 +0100
  • d987dadda0
    Yukai Huang Copyright Waiver Yukai Huang 2024-02-15 18:23:55 +0800
  • 97a50a2352
    pass pane-id to wezterm cli Yukai Huang 2024-02-15 18:22:10 +0800
  • e1fd2351e0 rc git.kak: fix blame-jump for commits with special characters Johannes Altmanninger 2024-02-12 23:48:29 +0100
  • b838d58e1a rc tools git: quote $kak_buffile for add/rm Johannes Altmanninger 2024-02-11 10:48:11 +0100
  • 4101e18144 Early reject regex instructions that were already scheduled this step Maxime Coste 2024-02-12 08:08:16 +1100
  • e0c7a34bc1 Use unicode is_word/to_{lower/upper} function in ranked match Maxime Coste 2024-02-12 07:50:04 +1100
  • bd91a255e4 Do not decode utf8 while looking for next regex match start candidate Maxime Coste 2024-02-11 12:17:21 +1100
  • 8d60e19484 Merge remote-tracking branch 'arachsys/balance' Maxime Coste 2024-02-10 21:59:38 +1100
  • cf95043b14 Merge remote-tracking branch 'krobelus/changelog' Maxime Coste 2024-02-10 21:55:09 +1100
  • dbefadeb0f Merge remote-tracking branch '4hnme/master' Maxime Coste 2024-02-10 21:53:17 +1100
  • 857760ae60 Merge branch 'functionbeforemeta' of https://github.com/chriselrod/kakoune Maxime Coste 2024-02-10 21:52:19 +1100
  • ed9ecf9abc
    Move function before meta so meta applies after function for @foo(ex) pattern, and add Cvoid to types Chris Elrod 2024-02-08 17:46:35 -0500
  • 3ef68188b4 Avoid iswlower, iswupper, towlower and towupper for ascii codepoints Maxime Coste 2024-02-06 22:13:57 +1100
  • 04a96b059f Use different hash algorithms for strings and file hashing Maxime Coste 2024-02-06 21:57:17 +1100
  • 53d9b9b676 Escaping tweak in git.kak Maxime Coste 2024-02-06 20:50:14 +1100
  • 707904a91b Avoid calling iswalnum for ascii characters Maxime Coste 2024-02-06 20:47:59 +1100
  • c97add7f5a rc tools git: blame-jump to handle buffer modifications since blame Johannes Altmanninger 2024-02-03 00:27:00 +0100
  • 7cea09d327 Changelog entries for new blame features Johannes Altmanninger 2024-02-03 00:26:59 +0100
  • 4e13fbef0a rc tools git: support blame in git-diff and git-log buffers Johannes Altmanninger 2024-02-03 00:26:58 +0100
  • 24bf123503 rc tools git: while blame annotations are shown, map <ret> to "git blame-jump" Johannes Altmanninger 2024-02-03 00:26:57 +0100
  • 86d940c225 rc tools git: command for easy recursive blaming Johannes Altmanninger 2024-02-03 00:26:56 +0100
  • 36efbf4cbf rc filetype diff: extract diff parsing from diff-jump Johannes Altmanninger 2024-02-03 00:26:55 +0100
  • ce7ceb1cf0 rc tools git: detect filetype=git-diff for untracked diff buffers Johannes Altmanninger 2024-02-03 00:26:54 +0100
  • d6b75ac0bb rc tools git: change git diff filetype from diff to git-diff Johannes Altmanninger 2024-02-03 00:26:53 +0100
  • 7a5bf7f649 rc tools git: remove unused dependency on diff from status/show-branch Johannes Altmanninger 2024-02-03 00:26:52 +0100
  • da1adc9b94 rc tools git: blame buffer contents, not on-disk file Johannes Altmanninger 2024-02-03 00:26:51 +0100
  • c2c978907f rc tools patch: figure out path to patch-range.pl without double-parsing Johannes Altmanninger 2024-02-01 10:14:51 +0100
  • 582c3c56b2 Do not add trailing newline to non-scrolling fifo buffers Johannes Altmanninger 2024-01-28 18:23:08 +0100
  • fdbad4d9b2 Test to demonstrate fifo buffer blank line inconsistency Johannes Altmanninger 2024-01-28 18:23:07 +0100
  • c124c8f517 Support -after switch for flag-lines highlighter Maxime Coste 2024-01-28 11:21:22 +1100
  • 68ab2f2e7f 4hnme Copyright Waiver 4hnme 2024-01-27 17:08:41 +0600
  • 8d30efb109 Ocaml filetype handling improvements 4hnme 2024-01-26 23:51:20 +0600
  • 2c944f6415 rc patch.kak: fix quoting Johannes Altmanninger 2024-01-24 23:57:06 +0100
  • 11e7e2964c rc tools patch: skip patch message signature, fixing diff application Johannes Altmanninger 2024-01-25 00:57:00 +0100
  • c7eeb0ead5 rc tools git: suggest -3/--3way argument to git apply Johannes Altmanninger 2024-01-25 00:51:41 +0100
  • 6eb3d1baf5 rc tools git: fix regression hiding blame in large files Johannes Altmanninger 2024-01-22 15:39:50 +0100
  • 52bf8d343b README.asciidoc: fix markup for sourcehut builds banner Johannes Altmanninger 2024-01-22 15:39:28 +0100
  • 1194aa861e Merge remote-tracking branch 'krobelus/patch-context-only-filediff' Maxime Coste 2024-01-22 20:23:52 +1100
  • a500d27ef1 Merge remote-tracking branch 'krobelus/git-blame-toggle' Maxime Coste 2024-01-22 20:23:49 +1100
  • f535c37aae Build README for Sourcehut Maxime Coste 2024-01-21 16:09:28 +1100
  • 1276e67ef7 rc tools patch: skip spurious diff header for files with no changes Johannes Altmanninger 2024-01-22 06:58:20 +0100
  • 462bf9ff6a rc tools git: blame to hide blame if already shown Johannes Altmanninger 2024-01-21 11:49:47 +0100
  • 6b03f4dc4f rc tools git: remove redundant try Johannes Altmanninger 2024-01-21 07:56:51 +0100
  • 869e89b3e5 Add builds.sr.ht configurations Maxime Coste 2024-01-21 12:43:22 +1100
  • 5ea5c99c58 Fix using invalid strings for undo content strings Maxime Coste 2024-01-21 10:24:08 +1100
  • 0674311945 Remove sorting of tags results Maxime Coste 2024-01-17 21:17:09 +1100
  • b0119b0696 Merge remote-tracking branch 'razetime/master' Maxime Coste 2024-01-17 21:01:45 +1100
  • 11aede3493 Merge remote-tracking branch 'c7skasku/ocaml-comment-insert' Maxime Coste 2024-01-17 21:01:04 +1100
  • 455cd73a93 Merge remote-tracking branch 'geppettodivacin/protobuf-newline-fix' Maxime Coste 2024-01-17 21:00:26 +1100
  • 4bb1f17928 Merge remote-tracking branch 'krobelus/validate-empty-prompt' Maxime Coste 2024-01-17 20:59:26 +1100
  • f9fe191437 Merge remote-tracking branch 'krobelus/show-completions-eagerly' Maxime Coste 2024-01-17 20:57:17 +1100
  • 218f7ba0e0 Merge remote-tracking branch 'greenfork/update-pony' Maxime Coste 2024-01-17 20:55:46 +1100
  • 8ff2860851 Fix command name in protobuf newline hook Eric Dilmore 2024-01-16 14:58:31 -0600
  • 20b0eadfc8 Don't modify prompt history when validating empty input Johannes Altmanninger 2024-01-13 16:52:55 +0100
  • 9d8c9777a4 Await all UI events after each key press in mouse-during-insert test Johannes Altmanninger 2024-01-13 14:18:18 +0100
  • 3beeda7bcc ocaml.kak: give a name to the hook which inserts comment characters Cormac Stephenson 2024-01-15 02:59:04 +0000
  • c9a544413c rc tools ctags/man: rationalize sorting of completion candidates Johannes Altmanninger 2023-12-23 09:57:29 +0100
  • 2a5a1ab611 Update Pony language support Dmitry Matveyev 2024-01-11 23:43:27 +0300
  • e9a71d22f3 add prolog highlighter razetime 2024-01-11 10:47:41 +0800
  • ea930664ad rc tools git: fix off-by-one regression in git blame SHA column Johannes Altmanninger 2024-01-07 20:47:48 +0100
  • 9b166e8007 Try to fix regression/0-mouse-during-insert test flakyness Maxime Coste 2024-01-05 15:39:30 +1100
  • 9716875ba9 Merge remote-tracking branch 'arachsys/scheme-infnan' Maxime Coste 2024-01-05 15:27:25 +1100
  • 12246674f1 Merge remote-tracking branch 'arachsys/groovy-quoting' Maxime Coste 2024-01-05 15:26:44 +1100
  • 91d6ac013f Merge remote-tracking branch 'krobelus/fix-with-option' Maxime Coste 2024-01-05 15:25:51 +1100
  • eed3aa24c1 Merge branch 'patch-1' of https://github.com/igor-ramazanov/kakoune Maxime Coste 2024-01-05 15:21:57 +1100
  • c33d7f84d6 Merge branch 'patch-1' of http://github.com/yatesco/kakoune Maxime Coste 2024-01-05 15:17:27 +1100
  • 1edebb8505
    Update scala.kak to support SBT, ScalaCLI and Ammonite files Igor Ramazanov 2023-12-30 19:29:32 +0000
  • 43e8aadcaa Fix performance of diff-based reloading of buffers Maxime Coste 2023-12-26 20:55:47 +1100
  • 68e73d8a24 Take eq predicate by reference in for_each_diff Maxime Coste 2023-12-26 19:09:46 +1100
  • 3c81a4a253 Small code style tweak Maxime Coste 2023-12-26 18:49:16 +1100
  • ba7059a2dc Fix wrong name Maxime Coste 2023-12-26 18:09:25 +1100
  • f8ad2e3726
    Update TRAMPOLINE Colin Yates 2023-12-20 15:47:28 +0000
  • 556c7633ba Update changelog Johannes Altmanninger 2023-12-12 15:15:47 +0100
  • 1ce639f2f9 rc windowing: with-option to restore option value also after error Johannes Altmanninger 2023-12-16 09:36:55 +0100
  • d9614c77e1 Fix quoting in rc/filetype/groovy.kak Chris Webb 2023-12-13 17:22:54 +0000
  • 51dab20aef Fix escaping in the scheme.kak highlighter awk script Chris Webb 2023-12-13 17:12:59 +0000
  • ca50379771 Avoid semantically significant comments in kak files Chris Webb 2023-12-13 16:40:48 +0000