| Age | Commit message (Collapse) | Author |
|
Fix #125
|
|
Fixes #145
Fixes #146
|
|
BufferCoord -> ByteCoord
DisplayCoord -> CharCoord
Moved their definition along with LineAndColumn into coord.hh
|
|
|
|
|
|
Fixes #97
|
|
If occurence count in the buffer if greater that one, do not
remove it from the matches.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The 'completions' option is gone, just add option=completion_option_name
in the completers list.
|
|
|
|
|
|
|
|
|
|
Fixes #18
|
|
|
|
|
|
ClientManager now stores only the free windows, clients take
ownership of its own.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InputHandler owns it's UserInterface, and is directly stored by the ClientManager.
|
|
Pass keys one by one to the input handler so that BatchUI is not needed
We can now use :exec to pre-fill the command line without validating
the command.
|
|
|
|
|
|
|
|
|
|
with c-f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|