mirror of
https://github.com/tpope/vim-markdown.git
synced 2025-11-11 03:13:48 -05:00
Work around users overriding ftplugin/html.vim
This commit is contained in:
@@ -12,6 +12,10 @@ setlocal comments=fb:*,fb:-,fb:+,n:> commentstring=>\ %s
|
|||||||
setlocal formatoptions+=tcqln
|
setlocal formatoptions+=tcqln
|
||||||
setlocal formatlistpat=^\\s*\\d\\+\\.\\s\\+\\\|^[-*+]\\s\\+
|
setlocal formatlistpat=^\\s*\\d\\+\\.\\s\\+\\\|^[-*+]\\s\\+
|
||||||
|
|
||||||
let b:undo_ftplugin .= "|setl cms< com< fo<"
|
if exists('b:undo_ftplugin')
|
||||||
|
let b:undo_ftplugin .= "|setl cms< com< fo< flp<"
|
||||||
|
else
|
||||||
|
let b:undo_ftplugin = "setl cms< com< fo< flp<"
|
||||||
|
endif
|
||||||
|
|
||||||
" vim:set sw=2:
|
" vim:set sw=2:
|
||||||
|
|||||||
Reference in New Issue
Block a user