aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/ssh.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-22 05:27:05 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-22 05:27:05 +1000
commitdf5cc6f858783d0d31f282a950374e1d6a712fa9 (patch)
treeeb341eaf9bca3e1971d03d00160f4d233c6d65a6 /share/completions/ssh.fish
parent409a407ca0124cee1f90fc58028b1eba4f9e681c (diff)
Fix bugs detected by the ahead-of-time syntax checking in the complete builtin
darcs-hash:20060521192705-ac50b-b4304328fb4b9cce853055a2f231c48050a17471.gz
Diffstat (limited to 'share/completions/ssh.fish')
-rw-r--r--share/completions/ssh.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/ssh.fish b/share/completions/ssh.fish
index 30ab7970..711e0cbc 100644
--- a/share/completions/ssh.fish
+++ b/share/completions/ssh.fish
@@ -24,7 +24,7 @@ complete -x -c ssh -s b -d (N_ "Interface to transmit from") -a "
)
"
-complete -x -c ssh -s e -d (N_ "Escape character") -a "^ none"
+complete -x -c ssh -s e -d (N_ "Escape character") -a "\^ none"
complete -c ssh -s f -d (N_ "Go to background")
complete -c ssh -s g -d (N_ "Allow remote host to connect to local forwarded ports")
complete -c ssh -s I -d (N_ "Smartcard device")