| Age | Commit message (Collapse) | Author |
|
Fixes #832
|
|
Add a ColumnCount type and use it in place of CharCount whenever
more appropriate, take column size of codepoints into account for
vertical movements and docstring wrapping.
Fixes #811
|
|
|
|
Just cast to int when we pass an unsigned.
|
|
Fixes #773
|
|
Fixes #769
|
|
Fixes #770
|
|
For regex prompts we actually want to save them, as a leading space
is significant
Fixes #767
|
|
That should allow fixing the #665 issue while still avoiding to
run a potentially long shell command on each keystroke.
|
|
Fixes #754
|
|
Fixes #749
|
|
|
|
Fixes #751
|
|
|
|
|
|
|
|
|
|
|
|
Lets enable that for some time, get some feedback on that behaviour
change, and see if we keep it.
|
|
|
|
Fixes #660
|
|
Fixes #643
|
|
|
|
Fix #551
|
|
|
|
|
|
Fixes #629
|
|
Take a description of the object, in <open>,<close> format
|
|
That avoid sending lots of spurious info_hide/menu_hide, just set
a flag and wait until the client is asked to redraw.
|
|
Client handling prevents :exec from triggering a redraw
|
|
|
|
Fixes #606
|
|
Fixes #215
|
|
|
|
Client can now update menu/info positions when the window move
around.
|
|
|
|
Fixes #584
|
|
|
|
|
|
|
|
|
|
Current behaviour was matching ^ $ for the current search start/end
(and \b was always matching begin/end as well).
Fixes #536
|
|
|
|
|
|
|
|
Fixes #492
|
|
count being 0 by default, we use the whole match, but we can now
specify to use capture 1 with 1s<regex><ret>.
|
|
Support the value1|value2|value3 syntax for flag options.
|
|
|
|
'10:echo %val{count}' will display 10
Fixes #10
|