mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-03-08 06:16:45 +08:00
When merging two lists, l:rhi is a value from iteration (not an index), so l:rhs[l:rhi] was incorrectly using values as indices. Changed to use l:rhi directly. Also removed the redundant l:lhs += l:rhs before the clear-and-rebuild loop.