]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vim: remove filetype autocmd for mkd (markdown)
authorSimon Ruderich <simon@ruderich.org>
Sun, 10 Jun 2018 10:36:16 +0000 (12:36 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 10 Jun 2018 10:36:16 +0000 (12:36 +0200)
Vim switched to filetype=markdown and also enabled it per default for
*.md files.

vim/vimrc

index e8f19ff6c6cc38cd93b3b37e64384306e2443f1a..bb555358dbf914d69c73cc8ef7d75782648d3507 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1071,8 +1071,6 @@ if has('autocmd')
 
 " FTDETECT AUTO COMMANDS
 
-" Recognize .md as markdown files (Vim default is .mkd).
-        autocmd BufRead,BufNewFile *.md set filetype=mkd
 " Recognize .test as Tcl files.
         autocmd BufRead,BufNewFile *.test set filetype=tcl