mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 11:14:26 +08:00
enable fc filter for css. fix issue #21
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"=============================================================================
|
"=============================================================================
|
||||||
" zencoding.vim
|
" zencoding.vim
|
||||||
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
|
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
|
||||||
" Last Change: 23-Feb-2011.
|
" Last Change: 24-Feb-2011.
|
||||||
|
|
||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
set cpo&vim
|
set cpo&vim
|
||||||
@@ -1807,7 +1807,8 @@ let s:zen_settings = {
|
|||||||
\ 'pgba:r': 'page-break-after:right;',
|
\ 'pgba:r': 'page-break-after:right;',
|
||||||
\ 'orp': 'orphans:|;',
|
\ 'orp': 'orphans:|;',
|
||||||
\ 'wid': 'widows:|;'
|
\ 'wid': 'widows:|;'
|
||||||
\ }
|
\ },
|
||||||
|
\ 'filters': 'fc'
|
||||||
\ },
|
\ },
|
||||||
\ 'html': {
|
\ 'html': {
|
||||||
\ 'snippets': {
|
\ 'snippets': {
|
||||||
|
|||||||
Reference in New Issue
Block a user