aboutsummaryrefslogtreecommitdiffhomepage
path: root/init
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-25 21:03:52 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-25 21:03:52 +1000
commitddcb84aa07607bbd274edb89ddc4371d8d7aa27f (patch)
tree018e34432ab3bc2da81e63765405fc1c1ed210dc /init
parentd33229324517aff751901d83aa66c6f24eba0bdc (diff)
Fix problem bug breaking completion in commands with multiple subshells
darcs-hash:20051025110352-ac50b-fff319ddcbafb722b9bc3c61aa1b250b290716a5.gz
Diffstat (limited to 'init')
-rw-r--r--init/fish_function.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/fish_function.fish b/init/fish_function.fish
index 7cb7e04b..97d4c6b1 100644
--- a/init/fish_function.fish
+++ b/init/fish_function.fish
@@ -942,7 +942,7 @@ function psub -d "Read from stdin into a file and output the filename. Remove th
end
if not status --is-command-substitution
- echo psub: Not inside of command substitution
+ echo psub: Not inside of command substitution >&2
return
end