From 92b6fc5fccbf8069d86e12d3008a9c379ec7008a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 30 Jul 2013 17:52:00 +1200 Subject: Fix indenting in after scripts --- vim/after/plugin/eunuch.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/after/plugin/eunuch.vim') diff --git a/vim/after/plugin/eunuch.vim b/vim/after/plugin/eunuch.vim index e96275dd..7297676b 100644 --- a/vim/after/plugin/eunuch.vim +++ b/vim/after/plugin/eunuch.vim @@ -1,5 +1,5 @@ " Replace Eunuch's remapping of :W -if has("user_commands") - command! -bang -complete=file -nargs=? W w +if has('user_commands') + command! -bang -complete=file -nargs=? W w endif -- cgit v1.2.3