diff --git a/vimrcs/filetypes.vim b/vimrcs/filetypes.vim index 2714239d..f6a58f6b 100644 --- a/vimrcs/filetypes.vim +++ b/vimrcs/filetypes.vim @@ -52,3 +52,5 @@ function! CoffeeScriptFold() setl foldlevelstart=1 endfunction au FileType coffee call CoffeeScriptFold() + +au FileType gitcommit call setpos('.', [0, 1, 1, 0])