Files
emmet-vim-fork/autoload/zencoding
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-06-29 09:56:15 +09:00
2012-08-02 11:47:25 +09:00