Files
emmet-vim/autoload
Yasuhiro Matsumoto 8623326f4c Fix mergeConfig() list merge bug
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.
2026-03-07 16:44:58 +09:00
..
2026-03-07 11:08:24 +09:00
2026-03-07 16:44:58 +09:00