aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-14 09:16:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-14 09:16:37 +1300
commitfaf30b624e5ec7875aec457755bbe05b89ef30d3 (patch)
tree327b7c77a338333f6b87c6afc4c9889efe8e68e9
parentMore complete typo redefinitions. (diff)
downloaddotfiles-faf30b624e5ec7875aec457755bbe05b89ef30d3.tar.gz
dotfiles-faf30b624e5ec7875aec457755bbe05b89ef30d3.zip
Include remapping W command in after plugin script.
-rw-r--r--vim/after/plugin/eunuch.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/plugin/eunuch.vim b/vim/after/plugin/eunuch.vim
index da4180c7..5d2befd9 100644
--- a/vim/after/plugin/eunuch.vim
+++ b/vim/after/plugin/eunuch.vim
@@ -1,3 +1,3 @@
" Discard Eunuch's remapping of :W.
-command! -bang -nargs=? W w<bang> <args>
+command! -bang -nargs=? -complete=file W w<bang> <args>