| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Add a Buffer::replace method to handle the replacements properly
Fixes #633
|
|
|
|
|
|
|
|
|
|
Fixes #603
|
|
|
|
|
|
Fixes #629
|
|
|
|
|
|
|
|
|
|
Take a description of the object, in <open>,<close> format
|
|
|
|
This adds compilation flags to include the homebrew installed ncurses 6.0 library during compilation.
|
|
|
|
|
|
Fix is_end in that case.
|
|
|
|
|
|
use 'container | filter(func) | reverse() | transform(func)' instead
of 'transform(reverse(filter(container), func), func)' to express
container transformations.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
That way we can force a redraw at any moment, including during
batch execution.
|
|
|
|
The JsonUI writes json rpc user interface commands on stdout and
reads json rpc requests on stdin.
|
|
Now that we use subsequence based completion almost everywhere,
completing the common prefix does not make sense anymore.
|
|
|
|
|
|
|
|
|
|
Fixes #612
|
|
If not, clients end up keeping references on a buffer while
it it being deleted.
|
|
First list filename matches, then full path matches to allow fast selection
of buffers in deep hierarchies where queries match the path of every buffers
|
|
|
|
|
|
|