| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
The 'completions' option is gone, just add option=completion_option_name
in the completers list.
|
|
|
|
|
|
This allows using directly the kak binary in place of socat for piping commands
to a foreing session.
|
|
|
|
used defined commands can have their own documentation strings
|
|
fixes #47
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The command parameters description are now stored in a ParameterDesc
structure.
|
|
|
|
|
|
|
|
|
|
fixes #68
|
|
fixes #53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #37
|
|
Implement hook completion.
fixes #44
|
|
|
|
|
|
|
|
fixes #39
|
|
|
|
fixes #40
|
|
|
|
|
|
This way we can use lower_bound to find the first prefix match
in logarithm time and we know all other prefix matches will
follow.
|
|
As region highlighters store per lines matches, end of line ones
are not valid buffer coordinates and must be corrected as begining
of next line.
|
|
When only highlighting for finding character position on screen
pass HighlightFlags::MoveOnly so that non moving highlighters do
not need to run.
|
|
|
|
|
|
|