Correct filetype to actual name instead of extension.
This commit is contained in:
@@ -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})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user