| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fixes #327
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
prefix match
|
|
And add a ncurses_set_title ui option defaulting to true.
|
|
|
|
|
|
|
|
|
|
Display buffer of origin in word completion menu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If the "autoload" directory softlink has already been created,
"make install" would place a recursive softlink inside it on the
next install, which made future installs fail.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #331
A given session can be killed with 'echo kill | kak -p <session>'
|
|
|
|
Closes #380
|
|
|
|
Fixes #383
|
|
Fixes #381
|
|
|
|
We cannot assume Client::m_window is always non-null, as when
changing current buffer its temporarily null, at the point
where WinCreate hook might get called.
Fixes #382
|
|
Fixes #130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Marks use the '^' register by default, macros the '@' register.
|