mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-04-05 11:01:34 +08:00
l:basevalue[1] was accessed before checking if l:basevalue is empty. Moved the empty check first so l:basedirect is only computed when l:basevalue is non-empty.