Commit Graph

  • 2da2cf2113 Update from clang 11 to clang 15 to work with nixpkgs 24.05 main xenia 2024-06-02 23:16:12 +0200
  • 240dda6766 Specify clang 11 for build xenia 2024-02-08 18:21:42 +0100
  • 633efdfef1 add kitty, don't replace all options :< xenia 2023-10-12 14:11:43 +0200
  • 8335162893 proper ui_options xenia 2023-10-12 12:44:05 +0200
  • f235826418 kitty git add -p . xenia 2023-10-11 19:59:16 +0200
  • 4dcea15227 kakoune → kak in flake xenia 2023-10-11 19:47:51 +0200
  • 2693c8cc21 Add zero-indexed register xenia 2023-10-11 19:36:16 +0200
  • e488195ffa Add flake files xenia 2023-10-11 19:35:55 +0200
  • b4a485a1e4 Fix release directory name and version file location Maxime Coste 2024-05-09 20:29:41 +1000
  • 8bb0f44c2b Kakoune 2024.05.09 Maxime Coste 2024-05-09 20:15:32 +1000
  • 1c71fc0c09 Add local scope to user commands Maxime Coste 2024-04-29 12:18:25 +1000
  • e8ad943532 Ensure re-used fifo buffers makes that buffer the latest opened Maxime Coste 2024-04-19 17:04:41 +1000
  • da1c302a37 Make grep-(next|prev)-match use the latest buffer matching \*grep(-.*)\* Maxime Coste 2024-04-19 16:49:58 +1000
  • 5fd9bb59e3 Add buffer -matching switch Maxime Coste 2024-04-19 16:37:21 +1000
  • aad0c7cef8 Don't capture local-scoped faces in prompt Johannes Altmanninger 2024-04-21 20:18:28 +0200
  • ab2ecf423e Adjust test/highlight/rust/value Johannes Altmanninger 2024-04-21 20:18:27 +0200
  • 5d2b8351a6 Merge remote-tracking branch 'm-kru/rust' Maxime Coste 2024-04-20 16:07:07 +1000
  • 63addb7faa Use a nested command completer for the evaluate-commands command Maxime Coste 2024-04-19 15:40:33 +1000
  • b4fbfba246 Complete complete-command completer type Maxime Coste 2024-04-19 15:36:23 +1000
  • 8870c7e1f0 rust: Highlight char and byte literals as values Michał Kruszewski 2024-04-16 19:19:12 +0200
  • 3d7d0fecca Introduce "local" scope in evaluate-commands Maxime Coste 2024-04-11 11:37:18 +1000
  • b1c114bf6d Make removing an unknown highlighter an error Maxime Coste 2024-04-11 12:13:11 +1000
  • 7f556c1e87 Rotate through strings when pasting instead of repeating the last Maxime Coste 2024-04-11 10:44:22 +1000
  • e34735a350 Add missing <bit> include Maxime Coste 2024-04-01 11:41:50 +1100
  • 6626d1cfa6 Fix std::optional used instead of Optional Maxime Coste 2024-04-01 11:33:51 +1100
  • 917db454d9 Change mode_info to contain an optional NormalParams Maxime Coste 2024-04-01 11:03:22 +1100
  • cc935c8cc6 Merge remote-tracking branch 'm-kru/vhdl' Maxime Coste 2024-04-01 10:46:55 +1100
  • 1e80c20a5d Fix MacOS shell expensions in Makefile Maxime Coste 2024-03-31 21:42:49 +1100
  • 303d879785 Support exposing some env vars as part of the mode information Maxime Coste 2024-03-31 21:38:51 +1100
  • 7d0f25a99c Merge remote-tracking branch 'topisani/session-client-rename-hooks' Maxime Coste 2024-03-31 20:55:21 +1100
  • dc123e71ae Add redundant $(shell ...) in Makefile to fix builds on MacOS Maxime Coste 2024-03-31 20:19:20 +1100
  • 7b93567bb1 Reset SIGINT handler in background processes Johannes Altmanninger 2024-03-29 17:27:27 +0100
  • 5d00b80d1a Revert "Send SIGTERM on <c-c>, to more reliably kill background jobs" Johannes Altmanninger 2024-03-29 17:27:26 +0100
  • a1880a5441 Add SessionRenamed hook Tobias Pisani 2024-03-27 17:52:31 +0100
  • 5515383ae4 Add ClientRenamed hook Tobias Pisani 2024-03-03 04:29:32 +0100
  • 9faad8c023 Slight code cleanup in the DynamicRegexHighlighter Maxime Coste 2024-03-27 22:10:04 +1100
  • 2f7568485f Merge remote-tracking branch 'topisani/indent-guides' Maxime Coste 2024-03-27 21:56:25 +1100
  • 390bff3435 Do not make cursor visible when not dragging Maxime Coste 2024-03-27 19:07:09 +1100
  • b9c60e2578 Add -indent option to show-whitespace highlighter Tobias Pisani 2024-03-26 19:30:08 +0100
  • 928f405fde vhdl: Highlight integer_vector type and work library Michał Kruszewski 2024-03-25 14:01:39 +0100
  • 610d4114a9 Merge remote-tracking branch 'm-kru/tcl' Maxime Coste 2024-03-23 21:10:07 +1100
  • 84be263321 Re-change how compiler detection is done Maxime Coste 2024-03-23 21:09:27 +1100
  • eb09d737ef Fix flaky test Maxime Coste 2024-03-23 20:53:02 +1100
  • c6c7fca03f tcl: Add tcl.kak for Tcl highlighting Michał Kruszewski 2024-03-23 10:12:36 +0100
  • 699c70ac91 Add some missing ScopedEdition and fix redo Maxime Coste 2024-03-23 20:02:16 +1100
  • 6e4bb5fbc5 Refactor last insert recording logic Maxime Coste 2024-03-23 16:25:32 +1100
  • 71b003b684 Try to fix flaky test Maxime Coste 2024-03-23 11:40:44 +1100
  • d4e93b6f47 Merge branch 'patch-1' of https://github.com/jbrains/kakoune Maxime Coste 2024-03-22 22:11:13 +1100
  • 6598d7b1b2 Fix invalid access when recording keys Maxime Coste 2024-03-22 22:06:11 +1100
  • d5f7cbad87 Do not generate more lines to display than window size Maxime Coste 2024-03-22 21:44:37 +1100
  • a1e6799aa9 Fix DisplayLines not tracking their buffer range correctly Maxime Coste 2024-03-22 21:00:38 +1100
  • 7e75c9a1df Match Op declaration order in switches Maxime Coste 2024-03-22 20:05:43 +1100
  • 2dd69b3d96 Make CompiledRegex not a RefCountable Maxime Coste 2024-03-22 19:54:25 +1100
  • 794e7ce51c Fix Makefile dist file generation Maxime Coste 2024-03-22 17:25:30 +1100
  • ca7471c25d Compute StartDesc with an offset to effective start Maxime Coste 2024-03-18 22:25:21 +1100
  • ee364d911f Only push a first instruction thread when on a potential start Maxime Coste 2024-03-16 11:22:01 +1100
  • c3856ad3d9 Make src/kak a .PHONY target to always set the symlink Maxime Coste 2024-03-16 10:52:59 +1100
  • c65eda3d8a
    Update README to match new make install command J. B. Rainsberger 2024-03-20 10:31:54 -0300
  • f6762724ea Revert "Always allocate saves" Maxime Coste 2024-03-15 22:03:52 +1100
  • 24d719bf13 Fix off-by-two error in max size of frameless infoboxes Johannes Altmanninger 2024-03-12 20:34:06 +0100
  • bdca6760fe Fail "define-command -menu" unless a completer is given Johannes Altmanninger 2024-03-12 20:42:56 +0100
  • 4d8de48ec3 rc tools doc: use menu behavior for completion again Johannes Altmanninger 2024-03-12 20:42:55 +0100
  • cde5f5a258 Always allocate saves Maxime Coste 2024-03-15 09:18:42 +1100
  • 83f12fc8e9 Avoid clearing iterator buffer on saves allocation Maxime Coste 2024-03-13 23:45:51 +1100
  • c4df0fac52 Simplify and accelerate start desc map Maxime Coste 2024-03-13 17:29:05 +1100
  • c956413046 Fix quantifier parsing bug Maxime Coste 2024-03-13 07:14:33 +1100
  • b06834bf47 Small cleanup Maxime Coste 2024-03-12 21:15:30 +1100
  • 6264b049d9 Simplify Quantifier logic in regex parsing Maxime Coste 2024-03-12 20:20:12 +1100
  • e06acd3dc8 Simplify Split regex op handling by swapping target Maxime Coste 2024-03-11 21:47:14 +1100
  • 84fc2844a1 Fix installation of doc pages Maxime Coste 2024-03-11 20:56:36 +1100
  • f25b3c005e flatten ThreadedRegexVM::codepoint Maxime Coste 2024-03-11 20:52:56 +1100
  • 9cc2f47e31 Modularize grep.kak, make.kak and jump.kak Maxime Coste 2024-03-11 20:51:27 +1100
  • 2b9b74091d Fix gziping man page in Makefile Maxime Coste 2024-03-09 11:25:09 +1100
  • 2ebaaaa454 Merge remote-tracking branch '2xsaiko/outgoing/appleterminal' Maxime Coste 2024-03-09 10:31:46 +1100
  • d299a7059e Fix clang compilation by enabling sized deallocations Maxime Coste 2024-03-08 20:19:55 +1100
  • ec44d98347 Send SIGTERM on <c-c>, to more reliably kill background jobs Johannes Altmanninger 2024-03-07 14:49:50 +0100
  • f26d4ea4bf rc windowing tmux: remove redundant backgrounding Johannes Altmanninger 2024-03-07 14:49:49 +0100
  • a1c52e08a4 Reduce Save access indirections Maxime Coste 2024-03-07 20:40:24 +1100
  • 9363a84ed5
    Add Terminal.app support Marco Rebhan 2024-03-06 00:49:03 +0100
  • c81266d4f6 jump{,-next,-previous} cmds to navigate any grep-like buffer Johannes Altmanninger 2024-02-25 11:12:58 +0100
  • 7ebf7cfccf RFC2822 compliant email address highlighting Maxime Coste 2024-03-06 07:56:09 +1100
  • dda908c478 Slight simplification of ThreadedRegexVM::exec Maxime Coste 2024-03-05 22:37:04 +1100
  • e24b969704 Use lookbehinds in ninja highlighters Maxime Coste 2024-03-05 22:19:08 +1100
  • 685bce4321 Re-enable debug symbols in release builds Maxime Coste 2024-03-05 22:18:37 +1100
  • dbda8d6dc8 Ensure ReadOnly buffer flag get reflected to readonly option Maxime Coste 2024-03-04 09:01:19 +1100
  • e9bd708327 Merge remote-tracking branch 'arrufat/fix-kakrc-install' Maxime Coste 2024-03-02 15:08:37 +1100
  • e38becb5a1 Fix GCC detection in Makefile Maxime Coste 2024-03-01 12:08:04 +1100
  • 504b074aa7 More FreeBSD Make fixes Maxime Coste 2024-02-29 23:02:27 +1100
  • 455a94ce51 update README Adrià Arrufat 2024-02-29 20:51:11 +0900
  • 64b3433905 fix install of kakrc Adrià Arrufat 2024-02-29 20:49:50 +0900
  • 395dd8c73f Try to fix FreeBSD make support Maxime Coste 2024-02-29 21:05:45 +1100
  • 159b0a3d96 Fix sourcehut builds to use posix make Maxime Coste 2024-02-29 20:24:32 +1100
  • 10b6b7eb71 Rework Makefile compile type tag handling Maxime Coste 2024-02-29 19:39:09 +1100
  • 165cdba67c Merge remote-tracking branch 'svmhdvn/posix-make' Maxime Coste 2024-02-29 18:56:07 +1100
  • e64babee8c Use a size_t :debug memory total to avoid overflow Maxime Coste 2024-02-28 21:56:22 +1100
  • 74ce9f3cfe Fix missing destructor call and simplify code slightly Maxime Coste 2024-02-28 21:48:58 +1100
  • b8a151ab46 Fix unnecessary buffer line copy in BufferManager::create_buffer Maxime Coste 2024-02-28 20:54:37 +1100
  • 068af3d9d4 Use std::find when detecting end of line format Maxime Coste 2024-02-28 19:05:45 +1100
  • 3d5a0c672e Templatize StringData::create Maxime Coste 2024-02-28 19:00:51 +1100
  • 57b794ede3 compare against 0 instead of -1 in hash map code Maxime Coste 2024-02-28 12:34:51 +1100