aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-30 17:52:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-30 17:52:00 +1200
commit92b6fc5fccbf8069d86e12d3008a9c379ec7008a (patch)
tree2a3e8e93b44f211c628c10850b64770846cb0d6a
parentRemove Markdown overrides, seems to be fixed now (diff)
downloaddotfiles-92b6fc5fccbf8069d86e12d3008a9c379ec7008a.tar.gz
dotfiles-92b6fc5fccbf8069d86e12d3008a9c379ec7008a.zip
Fix indenting in after scripts
-rw-r--r--vim/after/plugin/eunuch.vim4
-rw-r--r--vim/after/plugin/tabular.vim2
2 files changed, 3 insertions, 3 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
diff --git a/vim/after/plugin/tabular.vim b/vim/after/plugin/tabular.vim
index 0e485355..38b555c7 100644
--- a/vim/after/plugin/tabular.vim
+++ b/vim/after/plugin/tabular.vim
@@ -1,6 +1,6 @@
" Only run this if function available
if !exists(':AddTabularPattern')
- finish
+ finish
endif
" Shortcut patterns for Tabular; first colon, semicolon, comma, equals sign