prevent auto restore last edit position for git commit msg.
This commit is contained in:
parent
2a9908e4f0
commit
89ce0dc5dd
1 changed files with 2 additions and 0 deletions
|
@ -52,3 +52,5 @@ function! CoffeeScriptFold()
|
|||
setl foldlevelstart=1
|
||||
endfunction
|
||||
au FileType coffee call CoffeeScriptFold()
|
||||
|
||||
au FileType gitcommit call setpos('.', [0, 1, 1, 0])
|
||||
|
|
Loading…
Reference in a new issue