diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-30 17:52:00 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-30 17:52:00 +1200 |
commit | 92b6fc5fccbf8069d86e12d3008a9c379ec7008a (patch) | |
tree | 2a3e8e93b44f211c628c10850b64770846cb0d6a /vim/after/plugin/eunuch.vim | |
parent | Remove Markdown overrides, seems to be fixed now (diff) | |
download | dotfiles-92b6fc5fccbf8069d86e12d3008a9c379ec7008a.tar.gz dotfiles-92b6fc5fccbf8069d86e12d3008a9c379ec7008a.zip |
Fix indenting in after scripts
Diffstat (limited to 'vim/after/plugin/eunuch.vim')
-rw-r--r-- | vim/after/plugin/eunuch.vim | 4 |
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 |