mirror of
https://github.com/amix/vimrc
synced 2025-06-28 18:44:59 +08:00
prevent auto restore last edit position for git commit msg.
This commit is contained in:
@ -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])
|
||||||
|
Reference in New Issue
Block a user