Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also adds a little TODO on top about what is missing.
|
|
New: -C and -V
Removed: -q (tmux still excepts it for backward compatibility, but it
does nothing)
|
|
Signed-off-by: Christian Hesse <mail@eworm.de>
|
|
This way, you can press = to start completing the values instead of
the space, backspace, tab dance
|
|
|
|
|
|
|
|
|
|
|
|
Also use variables set in the command line and environment.
|
|
|
|
Review-by: Oliver Kiddle
|
|
|
|
|
|
|
|
_path_files so it is called once and not for each file pattern
|
|
|
|
It is defined at the beginning of the function already, and results in
the output of `expl=''` when completing after `git config
branch.local.pushremote ` etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|