1
0
Fork 0
mirror of synced 2024-05-27 12:31:12 -04:00

prevent auto restore last edit position for git commit msg.

This commit is contained in:
Liu Shuai 2014-09-16 10:33:45 +08:00
parent 2a9908e4f0
commit 89ce0dc5dd

View file

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