10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-24 06:02:07 +02:00

tab completion in irpman

This commit is contained in:
Anthony Scemama 2015-01-31 10:22:37 +01:00
parent 96de51f16b
commit 564c4f4e62
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ case "$0" in
local cur
COMPREPLY=()
cur=${COMP_WORDS[COMP_CWORD]}
COMPREPLY=( $(compgen -W "`[[ -f tags ]] && cat tags | cut -d' ' -f 1`" -- "$cur" ) )
COMPREPLY=( $(compgen -W "`[[ -f tags ]] && cat tags | cut -d' ' -f 1`" -- "$cur" ) )
} && complete -F _irpman_complete irpman
;;

View File

@ -1 +1 @@
version = "1.4.3"
version = "1.4.4"