mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +01:00
tab completion in irpman
This commit is contained in:
parent
96de51f16b
commit
564c4f4e62
@ -33,7 +33,7 @@ case "$0" in
|
|||||||
local cur
|
local cur
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
cur=${COMP_WORDS[COMP_CWORD]}
|
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
|
} && complete -F _irpman_complete irpman
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "1.4.3"
|
version = "1.4.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user