Resetting...

This commit is contained in:
2015-01-14 20:59:39 -06:00
parent c5d9b5b0be
commit 2f5fc5b47a
200 changed files with 1 additions and 35369 deletions
+6
View File
@@ -0,0 +1,6 @@
autocmd BufNewFile,BufRead *.markdown,*.md,*.mdown,*.mkd,*.mkdn
\ if &ft =~# '^\%(conf\|modula2\)$' |
\ set ft=markdown |
\ else |
\ setf markdown |
\ endif