Age | Commit message (Collapse) | Author |
|
word provided by bash
|
|
text if the current completion is empty for consistency
|
|
|
|
|
|
|
|
word, so the only compreply now contains the current word but is not equal to the current word
|
|
|
|
invalid or ambiguous commands with out waiting for the user to hit tab twice
|
|
|
|
|
|
via an environment variable
|
|
|
|
|
|
tabs to spaces
|
|
|
|
rid of the empty tab completions
|
|
1. we don't need to call compopt -o filenames explicitly anymore
the bash-completion scripts from the debian package do this
more intelligently.
2. Restore shopts before running the command so that if the command is
terminated with ctrl-c they will be set properly.
|
|
|
|
|
|
|
|
|
|
to manage chunks. vyatta-op-run no longer exists in /etc/bash_completion.d/ as it is not a completion script it should not be here
|
|
in tab complete
|
|
|
|
|
|
|
|
(cherry picked from commit 751b30e1bb85e541352cc563a7caf18bca46ffaa)
|
|
detection for disk-install
|
|
|
|
more in their /boot directories
|
|
|
|
|
|
|
|
This fixes the case of
$se<TAB>
|
|
Bug 6401
Use the new bash 4.1 completion for empty top level command
|
|
Bug 6302
Rename vyatta-op completion script so it runs after others
to avoid conflict with set alias. Other scripts after 'v'
in alphabet do not use set.
|
|
|
|
Also, only show matching and wild-card help entries with partially completed
command arguments.
|
|
(i.e "set")
|
|
cards rather than "echo -n --".
Also, discoverd a way to use an apparently blank line in help completion.
|
|
|
|
|
|
|
|
can use this to complete a list of hostnames plus allow given unknown host or IP
|
|
|
|
|
|
|
|
and fix Alt-= TAB w/ show-all-if-ambiguous
|
|
|
|
|