wsdjeg / .SpaceVim.d

My dotfiles for Archlinux and Windows
1.44k stars 133 forks source link

The integration of other vim distribution. #42

Closed wsdjeg closed 8 years ago

wsdjeg commented 8 years ago

spf13

janus

wsdjeg commented 8 years ago
" Instead of reverting the cursor to the last position in the buffer, we    
" set it to the first line when editing a git commit message    
au FileType gitcommit au! BufEnter COMMIT_EDITMSG call setpos('.', [0, 1, 1, 0])
wsdjeg commented 8 years ago

All the things I need have been added.