| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fix ctags funcinfo feature using that
|
|
|
|
That way the kak binary can be guaranteed to be available even
if not in user PATH.
|
|
aliases are now stored in window, buffer, or globally.
|
|
|
|
That can happen when undoing/redoing accross a buffer reload
boundary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #157
|
|
|
|
|
|
|
|
The previous behaviour ended up asking twice for reloading if the
buffer was modified again after Kakoune had detected the first
change.
|
|
|
|
|
|
|
|
When an escape character is not present, split can just return sub
strings of the parameter, so we can avoid duplicating the original
string data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
termination
|
|
|
|
Fixes #31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|