3 " Maintainer: Tim Pope <vimNOSPAM@tpope.org>
5 if exists("b:did_ftplugin")
9 runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim
12 setlocal comments=fb:*,fb:-,fb:+,n:> commentstring=>\ %s
13 setlocal formatoptions+=tcqln
14 setlocal formatlistpat=^\\s*\\d\\+\\.\\s\\+\\\|^[-*+]\\s\\+
16 let b:undo_ftplugin .= "|setl cms< com< fo<"