| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only replace up to the cursor.
|
|
Will read to a *stdin* fifo buffer
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #97
|
|
|
|
Iterating through all directories in path to find commands
can end up quite slow, so cache the result per directory and
update it only if the directory modification time changed.
|
|
fixes #95
|
|
If occurence count in the buffer if greater that one, do not
remove it from the matches.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
With this refresh method user interface can defer updating
the display until really needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
directories
|
|
|
|
|
|
|
|
|
|
|
|
At connection, a remote client sends all its environement to the
server, which then provides access to client env through
kak_client_env_VAR_NAME variables in the shell.
|