Skip to content

Commit dac5abe

Browse files
marcowsdscho
authored andcommitted
vimrc: remove filetype detection for the commit message
The necessary autocommand is included in Vim 7.2. Signed-off-by: Markus Heidelberg <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 65ffc90 commit dac5abe

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

share/vim/vimrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ if has("autocmd")
2525
\ exe "normal g`\"" |
2626
\ endif
2727
endif " has("autocmd")
28-
" recognize git commit messages
29-
autocmd BufNewFile,BufRead COMMIT_EDITMSG set filetype=gitcommit
30-

0 commit comments

Comments
 (0)