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
2021-03-31
Parse more data at each fifo buffer read
Maxime Coste
2021-03-31
Profile individual command runtime
Maxime Coste
2021-03-31
Tweak completion quoting behaviour once again
Maxime Coste
2021-03-22
Rename separator-cursor to cursor-separator
hss
2021-03-21
Don't use optionals for storing active separator string
hss
2021-03-20
Only use separator-cursor for the first line number in a wrapped line
hss
2021-03-20
Compare column_length of line-number separators
hss
2021-03-20
Use optionals more wisely in line-numbers
hss
2021-03-19
line-number: Add option to use a different separator on the current line
hss
2021-03-12
Fix typo in file.cc
Maxime Coste
2021-03-11
Do not use replace write method when writing to a non-regular file
Maxime Coste
2021-03-11
Always redraw after getting some user input
Maxime Coste
2021-03-11
Do not select on non-urgent fd when handling only urgent events
Maxime Coste
2021-03-11
Merge remote-tracking branch 'eraserhd/fifo-performance-fixes'
Maxime Coste
2021-03-09
Use inplace_merge() for ranges
Jason Felice
2021-03-08
Binary search for first range to change
Jason Felice
2021-03-04
Refactor pipe reader/writer
Maxime Coste
2021-03-03
Raise ThreadedVM initial thread capacity to 16
Maxime Coste
2021-03-03
Re-use the Regex VM when completing filenames to reduce allocations
Maxime Coste
2021-03-02
Re-tweak command name completion behaviour
Maxime Coste
2021-02-25
Follow ECMA specification for regex whitespace
Jacob Collins
2021-02-25
Tweak requoting behaviour
Maxime Coste
2021-02-16
Fix splitting display line in front of a replaced range
Maxime Coste
2021-02-15
Add + key to duplicate selections and <a-+> to merge overlapping ones
Maxime Coste
2021-02-11
Fix CSI u support for escape key
Maxime Coste
2021-02-01
Fix resizing strings to -1 length
Maxime Coste
2021-01-26
Check XDG_RUNTIME_DIR owner before creating session directory
Maxime Coste
2021-01-22
Write to stderr if execve fails
Maxime Coste
2021-01-22
Fix performance issue in show-matching highlighter on big buffers
Maxime Coste
2021-01-22
Slight code cleanup in generate_env
Maxime Coste
2021-01-15
Distinguish <c-h> and Backspace on terminals where that is possible.
Tim Allen
2021-01-04
Merge branch 'master' of http://github.com/Woolworths/kakoune
Maxime Coste
2021-01-04
Merge remote-tracking branch 'cole-h/trim-only-one-newline'
Maxime Coste
2021-01-02
command_manager: only remove last eol in %sh{} expansions
Cole Helbling
2021-01-03
Merge remote-tracking branch 'jimt/master'
Maxime Coste
2021-01-03
Add missing limits includes
Maxime Coste
2021-01-01
Fix message typo
Jim Tittsler
2020-12-25
Avoid non-POSIX ln -r switch
Maxime Coste
2020-12-23
commands: add "registers" subcommand to :debug
Cole Helbling
2020-12-22
remove unused variable changes_tracker
Jean Abed
2020-12-20
Add Timer::disable() to be more explicit than set_next_date(TimePoint::max())
Maxime Coste
2020-12-09
Add a libexec/ directory and use it to find the kak command
Maxime Coste
2020-12-05
Merge remote-tracking branch 'occivink/no-sel-remaining-alt-space'
Maxime Coste
2020-12-03
Throw no_selections_remaining when using <a-space>
Olivier Perret
2020-12-01
Avoid potential use after free of the mode name
Maxime Coste
2020-12-01
Ensure InputModes are kept alive during their idle logic
Maxime Coste
2020-11-22
Merge remote-tracking branch 'AndrewVos/ignore-indent-on-line-completion'
Maxime Coste
2020-11-20
Ignore indent when completing lines
Andrew Vos
2020-11-18
Restore auto-select on return, add a flag to disable that for commands
Maxime Coste
2020-11-17
Revert "Auto-insert prompt menu completions on <ret> if any text was entered"
Maxime Coste
[next]