| Age | Commit message (Collapse) | Author |
|
Fixes #528
|
|
info box
|
|
Fixes #495
|
|
Fixes #493
|
|
Fixes #491
|
|
|
|
Support the value1|value2|value3 syntax for flag options.
|
|
|
|
Fixes #476
|
|
|
|
|
|
Fixes #448
|
|
Files opened from the command line where not handled correctly.
|
|
|
|
their unicode control picture
|
|
|
|
|
|
<c-x><c-f> should be accepted, as it is cumbersome to unpress
control before hitting f in that case.
|
|
|
|
Fixes #383
|
|
|
|
Normal input mode will just pass 0 as the reg if it was not specified
by the user, its yank/paste functions that should determine 0 means
use '"' register.
|
|
A NestedBool can be set multiple times, and will be considered false
only when unset the same number.
|
|
Fixes #378
Fixes #365
|
|
|
|
Fixes #350
|
|
|
|
|
|
|
|
|
|
Fixes #311
|
|
|
|
|
|
|
|
|
|
instead of having a single mode enabled, modes can be pushed/poped,
with the top of the stack being the active mode.
|
|
|
|
|
|
|
|
|
|
Fixes #260
|
|
|
|
|
|
|
|
Instead of storing the real 'select next completion' keystroke,
generate fake backspace/delete/char keystrokes so that replay
of the insert will insert the exact same text.
Fixes #135
|
|
|
|
|
|
|
|
As in upcoming std c++ array_view, ArrayView<T> points to mutable
data, use ArrayView<const T> or alias ConstArrayView<T> for const
data.
|
|
with ~100 entry, a binary search finds in < 7 step, unordered map
is overkill.
|