| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Controlled by the autoshowcompl option
Completers now take a CompletionFlag parameter, used to specify
we want fast completion (tag completion can be slow, we do not
want to run it if not explicitely wanted by the user).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move unicode box generation and assistant code as
a NcursesUI implementation detail.
|
|
|
|
|
|
|
|
* A count is supported for nestable objects so that we
can specify the surrounding level.
* more symetric behavior for select to end/ to begin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use a Direction enum instead of a bool forward parameter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ranges should not be utf8 aware (needed for end), and a lot of
uses for end() were in fact looking for max.
|
|
|
|
|
|
|