summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/gitcommit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftplugin/gitcommit.vim')
-rw-r--r--vim/ftplugin/gitcommit.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/vim/ftplugin/gitcommit.vim b/vim/ftplugin/gitcommit.vim
deleted file mode 100644
index b1c1450..0000000
--- a/vim/ftplugin/gitcommit.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-setlocal viminfo=
-augroup local_gitcommit
- autocmd!
- autocmd BufWinEnter <buffer>
- \ if getline(1) == '' |
- \ exe "normal! ggO" |
- \ startinsert |
- \ endif
-augroup END