mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-06-24 09:48:36 +08:00
8623326f4c
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.