mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-03-08 06:16:45 +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.