aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-13 01:50:27 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-13 01:50:27 +1300
commitd1ce25b571048f4558e8dd4f6c3a141c28751b85 (patch)
treedc8eea047c4a5ca433ec148f8741bda1cb32b067 /vim
parentAllow args to typos for :W and :E. (diff)
downloaddotfiles-d1ce25b571048f4558e8dd4f6c3a141c28751b85.tar.gz
dotfiles-d1ce25b571048f4558e8dd4f6c3a141c28751b85.zip
Prevent eunuch from overwriting my typo fix.
Diffstat (limited to 'vim')
-rw-r--r--vim/after/plugin/eunuch.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/after/plugin/eunuch.vim b/vim/after/plugin/eunuch.vim
new file mode 100644
index 00000000..da4180c7
--- /dev/null
+++ b/vim/after/plugin/eunuch.vim
@@ -0,0 +1,3 @@
+" Discard Eunuch's remapping of :W.
+command! -bang -nargs=? W w<bang> <args>
+