Files
emmet-vim-fork/autoload/zencoding/lang
Charles McGarvey 68f6e1851a add option for customizing the empty tag suffix
Example: To expand the br tag as <br/> instead of the default <br />, put this
in your .vimrc:

let g:user_zen_settings = {
\  'html': {
\    'empty_element_suffix': '/>',
\  },
\}
2012-09-01 13:09:50 -06:00
..
2012-07-26 14:35:42 +09:00
orz
2012-06-13 22:07:55 +09:00