mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
"plugin/*.vim" files sourced at vim startup. At vim startup no buffers exists, so ":setlocal" command do nothing. Move ":setlocal" command to s:install_plugin() function.