add new option 'g:use_zen_complete_tag' for complete abbr.

This commit is contained in:
mattn
2010-02-23 13:46:33 +09:00
parent 7165422d93
commit 69617e73d3
2 changed files with 53 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ script_name: ZenCoding.vim
script_id: '2981'
script_type: utility
script_package: zencoding.vim
script_version: '0.19'
script_version: '0.20'
required_vim_version: '7.0'
summary: vim plugins for HTML and CSS hi-speed coding.
@@ -61,12 +61,18 @@ detailed_description: |
\ }
\}
let g:user_zen_expandabbr_key = '<c-e>'
let g:use_zen_complete_tag = 1
You can set language attribute in html using zen_settings['lang'].
install_details: |
copy zencoding.vim to your plugin directory.
versions:
- '0.20': |
This is an upgrade for ZenCoding.vim: add option use_zen_complete_tag for complete abbr.
- '0.19': |
This is an upgrade for ZenCoding.vim: fixed problem that couldn't expand 'link:css' correctly.
- '0.18': |