1" Vim filetype plugin file 2" Language: CSS 3" Maintainer: Nikolai Weibull <[email protected]> 4" URL: http://www.pcppopper.org/vim/ftplugin/pcp/css/ 5" Latest Revision: 2004-04-25 6" arch-tag: 5fa7c74f-bf1a-47c4-b06f-6efe8f48db3b 7 8" Only do this when not done yet for this buffer 9if exists("b:did_ftplugin") 10 finish 11endif 12 13" Don't load another plugin for this buffer 14let b:did_ftplugin = 1 15 16let b:undo_ftplugin = "setl com<" 17 18setlocal comments=s1:/*,mb:*,ex:*/ 19 20" vim: set sts=2 sw=2: 21