1
0
Fork 0
mirror of synced 2024-07-26 18:11:12 -04:00

Merge pull request #87 from iceliushuai/master

prevent auto restore last edit position for git commit msg.
This commit is contained in:
Amir Salihefendic 2014-10-10 18:47:01 +01:00
commit 976261a93f

View file

@ -52,3 +52,5 @@ function! CoffeeScriptFold()
setl foldlevelstart=1
endfunction
au FileType coffee call CoffeeScriptFold()
au FileType gitcommit call setpos('.', [0, 1, 1, 0])