Aleksey Ivanov
Aleksey Ivanov
https://github.com/mattn/emmet-vim/issues/295 The example from this issue will broke too if we change ".-" to ".__" ``` javascript form.search-form._wide>input.__query-string+input:s.__btn_large|bem // in vim transforms into: // must be: ```
Everything works fine, exept for **example 4** ### example 4 ``` javascript .b1>.b2_m1>.-e1+.--e2_m2|bem // in vim transforms into: // must be (how the docs says): ``` but if we change...
Looks a little similar to issue https://github.com/mattn/emmet-vim/issues/303