mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
enable fc filter for css. fix issue #21
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user