Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
also improve format completion for git tag and for-each-ref
|
|
|
|
The python executable in the python_exec variable was the python[2|3]
executable found in $PATH. When the python[2|3] executable was not the
system installed version the completion command raised an `ImportError`
as the 'dnf' module was not found.
This commit just completely specifies the python version to be the
system version `/usr/bin/python[2|3]`, allowing completion within a
python dev environment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Vim since patchlevel 8.0.0716 includes the --clean argument for starting
in a clean mode (only loading defaults.vim and in non-cp mode).
|
|
|
|
|
|
|
|
|
|
builtin.
|
|
completion
|
|
and for ping6
|
|
reader
|
|
They have some commonalities and using _unexpand dodges around
the clash with the _expand completer.
|
|
a better choice than -P
|
|
|
|
|
|
parameter expansion flags
|
|
|
|
|
|
|
|
|
|
|
|
mode tables
|
|
function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also do not reset compstate[insert]
|
|
|
|
the 'zsh' variant.
|
|
|
|
|
|
|