| Age | Commit message (Collapse) | Author |
|
The code stays disabled, as the performance penalty is quite
high, but can be enabled to help debugging safe pointers.
|
|
|
|
It used to grab the next key, because the normal mode reactivation
when executing the on_next_key would trigger a timestamp check again.
|
|
|
|
|
|
|
|
|
|
with this switch, fail if the file is not found rather than creating
a new one. Use that in grep and make jump commands.
|
|
|
|
|
|
Fixes #160
|
|
Fixes #221
|
|
Never throw, return the given filename in the worst case.
|
|
exec and eval now accepts a -with-maps to use them. But by default
they are disabled, so that all the indent scripts work even if you
remap basic keys.
Fixes #217
|
|
|
|
|
|
|
|
using \ before entering insert mode will disable hooks during the whole
insert session rather than only the entering phase. That gives a nice
way of pasting text into kakoune.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matches
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Face also stores the attributes
|
|
|
|
|
|
|
|
|
|
|
|
The status line '[fifo]' flag should replace that
|
|
|
|
|
|
|
|
|
|
|
|
<space> and <a-space> without count now remove all except/keep
main selection. Without reducing main selection to cursor.
Reduce to cursor is moved to ';' and flip selections to <a-;>
|
|
|