comparison runtime/ftplugin/css.vim @ 1220:97cc1e746d2c

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 18:46:18 +0000
parents 1f3b1021f002
children f4f8014d516e
comparison
equal deleted inserted replaced
1219:aea597af5b4e 1220:97cc1e746d2c
1 " Vim filetype plugin file 1 " Vim filetype plugin file
2 " Language: CSS 2 " Language: CSS
3 " Maintainer: Nikolai Weibull <now@bitwi.se> 3 " Maintainer: Nikolai Weibull <now@bitwi.se>
4 " Latest Revision: 2006-04-19 4 " Latest Revision: 2007-05-08
5 5
6 if exists("b:did_ftplugin") 6 if exists("b:did_ftplugin")
7 finish 7 finish
8 endif 8 endif
9 let b:did_ftplugin = 1 9 let b:did_ftplugin = 1
10 10
11 let b:undo_ftplugin = "setl com< cms< inc< fo<" 11 let b:undo_ftplugin = "setl com< cms< inc< fo< ofu<"
12 12
13 setlocal comments=s1:/*,mb:*,ex:*/ commentstring& 13 setlocal comments=s1:/*,mb:*,ex:*/ commentstring&
14 setlocal formatoptions-=t formatoptions+=croql 14 setlocal formatoptions-=t formatoptions+=croql
15 setlocal omnifunc=csscomplete#CompleteCSS
15 16
16 let &l:include = '^\s*@import\s\+\%(url(\)\=' 17 let &l:include = '^\s*@import\s\+\%(url(\)\='