aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/nextd-or-forward-word.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-12-15 04:23:13 +1000
committerGravatar axel <axel@liljencrantz.se>2006-12-15 04:23:13 +1000
commitc73d1651658f734250229494a23b8cf0faaa793d (patch)
tree954176acf223a3cfe3133f0687d480452a0ec401 /share/functions/nextd-or-forward-word.fish
parentc1945f8275fdf31220fcd8dccbf36d02e69278fa (diff)
Make the directory history keyboard shortcuts repaint the screen. Otherwise, the prompt won't reflect the new CWD. This is needed because of the reduced amounts of repainting done since 1.22.2
darcs-hash:20061214182313-ac50b-a912bcc0fac6e1d78f116e19f31f1c50ffc409cb.gz
Diffstat (limited to 'share/functions/nextd-or-forward-word.fish')
-rw-r--r--share/functions/nextd-or-forward-word.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/functions/nextd-or-forward-word.fish b/share/functions/nextd-or-forward-word.fish
index ca499603..5d9ea2ab 100644
--- a/share/functions/nextd-or-forward-word.fish
+++ b/share/functions/nextd-or-forward-word.fish
@@ -2,6 +2,7 @@
function nextd-or-forward-word
if test -z (commandline)
nextd
+ commandline -f repaint
else
commandline -f forward-word
end