Commit Graph
2 Commits
Author SHA1 Message Date
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
Charles McGarvey e7af8d0793 make snippet expanding obey user tab settings 2012-09-01 13:03:59 -06:00