| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
completers option accept word=buffer or word=all values
|
|
|
|
|
|
|