aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/xterm.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-21 05:55:06 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-21 05:55:06 +1000
commit06688fb9eaa1b61cbfb92b6f5edf997ffe6dbcff (patch)
tree673716625965dd45716f2cd676fe7723e6086963 /share/completions/xterm.fish
parent4d5c50cbb32506db8c4aa53ba804faf32e5015a5 (diff)
Change output format of complete -C to make writing case insensitive command specific completions more transparent
darcs-hash:20070420195506-ac50b-b5f56bb2964e65d13abfb9281ce26db2b8c341b7.gz
Diffstat (limited to 'share/completions/xterm.fish')
-rw-r--r--share/completions/xterm.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/xterm.fish b/share/completions/xterm.fish
index c289c068..13671c08 100644
--- a/share/completions/xterm.fish
+++ b/share/completions/xterm.fish
@@ -101,7 +101,7 @@ complete -c xterm -o wc --description 'Use wide characters'
complete -c xterm -o wf --description 'Wait the first time for the window to be mapped'
complete -c xterm -o Sccn --description 'Use as input/output channel for an existing program'
-complete -c xterm -s e -a "(commandline -ct)(complete -C(commandline -ct))" -x --description 'Run program in xterm'
+complete -c xterm -s e -a "(complete -C(commandline -ct))" -x --description 'Run program in xterm'
complete -r -c xterm -o bcf --description 'Blinking cursor will be off for that many milliseconds'
complete -r -c xterm -o bcn --description 'Blinking cursor will be on for that many milliseconds'