1" Vim filetype plugin file 2" Maintainer: Nikolai Weibull <[email protected]> 3" Latest Revision: 2006-04-10 4 5if exists("b:did_ftplugin") 6 finish 7endif 8let b:did_ftplugin = 1 9 10let b:undo_ftplugin = "setl com< cms< fo<" 11 12setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql 13