index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-06-23
Fix trailing whitespaces
Maxime Coste
2024-06-23
Allow individual show-whitespace options to be turned off
Tobias Pisani
2024-06-15
Small code style tweak
Maxime Coste
2024-06-15
Store instruction pointers directly in ThreadedRegexVM::Thread
Maxime Coste
2024-06-12
Add some static_asserts in SSO code
Maxime Coste
2024-06-11
Switch to bitfield.
Ben Judd
2024-06-07
Fix build by moving include.
Ben Judd
2024-06-07
Increase SSO from 22 to 23 chars.
Ben Judd
2024-06-07
Also check shell parameters for kak_* references
Maxime Coste
2024-06-05
Add <quote> and <dquote> key name aliases.
Tobias Pisani
2024-06-05
Echo an information message about *scratch* buffer and leave it empty
Maxime Coste
2024-05-31
Small regex code cleanup
Maxime Coste
2024-05-31
Add v< and v> to scroll cursor to the leftmost/rightmost column
Maxime Coste
2024-05-29
Merge remote-tracking branch 'dontlaugh/debug_mapping_output'
Maxime Coste
2024-05-22
Add right hand side mapping to "debug mappings"
Coleman McFarland
2024-05-18
Kakoune 2024.05.18
Maxime Coste
2024-05-18
Revert "Make TerminalUI::get_next_key() helpers static"
Johannes Altmanninger
2024-05-12
Handle binary path detection errors on non-/proc platforms
Chris Webb
2024-05-12
Fix error handling when reading binary path from /proc
Chris Webb
2024-05-12
Fix tests for OpenBSD
Maxime Coste
2024-05-09
Kakoune 2024.05.09
Maxime Coste
2024-04-29
Add local scope to user commands
Maxime Coste
2024-04-27
Ensure re-used fifo buffers makes that buffer the latest opened
Maxime Coste
2024-04-27
Add buffer -matching switch
Maxime Coste
2024-04-27
Don't capture local-scoped faces in prompt
Johannes Altmanninger
2024-04-19
Use a nested command completer for the evaluate-commands command
Maxime Coste
2024-04-19
Complete complete-command completer type
Maxime Coste
2024-04-12
Introduce "local" scope in evaluate-commands
Maxime Coste
2024-04-12
Make removing an unknown highlighter an error
Maxime Coste
2024-04-12
Rotate through strings when pasting instead of repeating the last
Maxime Coste
2024-04-01
Add missing <bit> include
Maxime Coste
2024-04-01
Fix std::optional used instead of Optional
Maxime Coste
2024-04-01
Change mode_info to contain an optional NormalParams
Maxime Coste
2024-03-31
Support exposing some env vars as part of the mode information
Maxime Coste
2024-03-31
Merge remote-tracking branch 'topisani/session-client-rename-hooks'
Maxime Coste
2024-03-31
Revert "Send SIGTERM on <c-c>, to more reliably kill background jobs"
Johannes Altmanninger
2024-03-27
Add SessionRenamed hook
Tobias Pisani
2024-03-27
Add ClientRenamed hook
Tobias Pisani
2024-03-27
Slight code cleanup in the DynamicRegexHighlighter
Maxime Coste
2024-03-27
Merge remote-tracking branch 'topisani/indent-guides'
Maxime Coste
2024-03-27
Do not make cursor visible when not dragging
Maxime Coste
2024-03-27
Add -indent option to show-whitespace highlighter
Tobias Pisani
2024-03-23
Add some missing ScopedEdition and fix redo
Maxime Coste
2024-03-23
Refactor last insert recording logic
Maxime Coste
2024-03-22
Fix invalid access when recording keys
Maxime Coste
2024-03-22
Do not generate more lines to display than window size
Maxime Coste
2024-03-22
Fix DisplayLines not tracking their buffer range correctly
Maxime Coste
2024-03-22
Match Op declaration order in switches
Maxime Coste
2024-03-22
Make CompiledRegex not a RefCountable
Maxime Coste
2024-03-21
Compute StartDesc with an offset to effective start
Maxime Coste
[next]