aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/eunuch.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/plugin/eunuch.vim')
-rw-r--r--vim/after/plugin/eunuch.vim4
1 files changed, 2 insertions, 2 deletions
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<bang> <args>
+if has('user_commands')
+ command! -bang -complete=file -nargs=? W w<bang> <args>
endif