Correct filetype to actual name instead of extension.

This commit is contained in:
2023-06-18 12:29:48 +02:00
parent 2f24adc145
commit fe63440180

View File

@@ -3,5 +3,5 @@ set grepprg=grep\ -nH\ $*
let g:pencil#textwidth=80 let g:pencil#textwidth=80
let g:pencil#conceallevel=0 let g:pencil#conceallevel=0
autocmd BufRead *.md set spell autocmd BufRead *.md set spell
autocmd FileType md call pencil#init({'wrap': 'hard', 'autoformat': 1}) autocmd FileType markdown call pencil#init({'wrap': 'hard', 'autoformat': 1})