From faf30b624e5ec7875aec457755bbe05b89ef30d3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 14 Feb 2012 09:16:37 +1300 Subject: Include remapping W command in after plugin script. --- vim/after/plugin/eunuch.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/after') 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 +command! -bang -nargs=? -complete=file W w -- cgit v1.2.3