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
2022-07-18
Improve readability of debug memory command output
Maxime Coste
2022-07-13
Re-work line trimming to fix issues with column highighters
Maxime Coste
2022-07-12
Fix past-the-eol column highlighter getting highlighted as buffer range
Maxime Coste
2022-07-11
Fix buffer location of column highlighter's past-eol atoms
Maxime Coste
2022-07-10
Make Shift+Backspace erase a character in insert mode
Johannes Altmanninger
2022-07-10
Merge branch 'roam-murmurhash-endian' of http://github.com/ppentchev/kakoune
Maxime Coste
2022-07-10
Refactor highlighting logic
Maxime Coste
2022-07-07
murmurhash: always load byte by byte
Peter Pentchev
2022-07-05
Remove <esc> as end macro recording, Q should be enough
Maxime Coste
2022-07-05
Distinguish between non-eol max column target and plain max column
Maxime Coste
2022-07-05
Store HistoryRegisters with most recent entry in front
Maxime Coste
2022-07-05
Move user mappings to <space> and keep/remove selection to ,
Maxime Coste
2022-07-05
Select pasted text on paste
Maxime Coste
2022-07-05
Make `x` just select the full lines
Maxime Coste
2022-06-30
Merge remote-tracking branch 'krobelus/escape-xmessage-args'
Maxime Coste
2022-06-30
Insert all register values in prompt after <c-r> when Alt-modified
Maxime Coste
2022-06-26
Escape message before running xmessage in a shell
Johannes Altmanninger
2022-06-24
Fix murmurhash for big-endian architectures.
Peter Pentchev
2022-06-14
Merge remote-tracking branch 'krobelus/clean-version-object'
Maxime Coste
2022-06-07
Filter empty entries when restoring HistoryRegisters
Maxime Coste
2022-06-04
Merge remote-tracking branch 'krobelus/shift-space'
Maxime Coste
2022-06-04
Merge remote-tracking branch 'krobelus/replace-std-iterator'
Maxime Coste
2022-06-04
Code style cleanups around insert completer
Maxime Coste
2022-06-04
Merge remote-tracking branch 'krobelus/track-inserted-completions-better'
Maxime Coste
2022-06-03
Only set fd to non-block if there is an EventManager
Maxime Coste
2022-05-30
Fix switch completion
Maxime Coste
2022-05-29
Run InsertCompletionHide hook before insertions that close completion menu
Johannes Altmanninger
2022-05-29
make clean: also clean up generated version files
Johannes Altmanninger
2022-05-26
Filter out switches when completing commands
Maxime Coste
2022-05-26
Fix indent commands not being committed as an undo group
Maxime Coste
2022-05-21
Stop using deprecated std::iterator
Johannes Altmanninger
2022-05-20
Simplify Buffer::do_insert and Buffer::do_erase
Maxime Coste
2022-05-10
Run EventManager whenever writing to a file descriptor would block
Maxime Coste
2022-05-08
Work around incomplete std::to_chars() support in libstdc++ 10
Johannes Altmanninger
2022-05-05
Fix parsing of INT_MIN %arg
Maxime Coste
2022-05-05
Use std::to_chars to int to str conversion
Maxime Coste
2022-05-01
Remove invalid assert in ScopedForceNormal destructor
Maxime Coste
2022-04-28
Fix compilation due to failing template deduction for aggregates
Johannes Altmanninger
2022-04-25
Introduce a flatten range adapter and use it in execute_keys_cmd
Maxime Coste
2022-04-16
Make Shift+Space insert a space in insert mode
Johannes Altmanninger
2022-04-12
Fix crash when deleting a buffer from a user mapping
Maxime Coste
2022-04-11
Merge remote-tracking branch 'Screwtapello/cleanup-session-name-validation'
Maxime Coste
2022-04-11
Code style cleanups around object selection code
Maxime Coste
2022-04-07
Check for buffer overflow when constructing the socket path.
Tim Allen
2022-04-07
Do all session name validation in session_path().
Tim Allen
2022-03-08
Fix buffer overflow in parse_quoted
tomKPZ
2022-03-06
Document ! and <a-!> breaking change
Maxime Coste
2022-03-06
src: Select the data inserted by `!` and `<a-!>`
Frank LENORMAND
2022-03-06
Add a complete-command command to configure command completion
Maxime Coste
2022-03-06
Close MappedFile fd using on_scope_end to handle all return paths
Maxime Coste
[prev]
[next]