Archive : Autocomplete prune only first arg.
This commit is contained in:
parent
c9a4d3d9b0
commit
36b7e176a8
|
@ -333,7 +333,7 @@ function _archive_names() {
|
|||
|
||||
# Autocomplete with names of all archives.
|
||||
function _comp_archive_names() {
|
||||
_autocomplete $(_archive_names)
|
||||
_autocomplete_first $(_archive_names)
|
||||
}
|
||||
|
||||
# Check if file is an archive.
|
||||
|
|
Reference in a new issue