enable fc filter for css. fix issue #21

This commit is contained in:
mattn
2011-02-24 19:04:00 +09:00
parent 2091f33c82
commit 4bbbe1d3de

View File

@@ -1,7 +1,7 @@
"=============================================================================
" zencoding.vim
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
" Last Change: 23-Feb-2011.
" Last Change: 24-Feb-2011.
let s:save_cpo = &cpo
set cpo&vim
@@ -1807,7 +1807,8 @@ let s:zen_settings = {
\ 'pgba:r': 'page-break-after:right;',
\ 'orp': 'orphans:|;',
\ 'wid': 'widows:|;'
\ }
\ },
\ 'filters': 'fc'
\ },
\ 'html': {
\ 'snippets': {