mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.43k stars 411 forks source link

SCSS nested selector expands with cursor outside of it. #314

Closed dvelikiy closed 8 years ago

dvelikiy commented 8 years ago

I've read similar issues here and they're claimed to be fixed but I still have troubles.

Example: ( is cursor location) Before expansion: .class{ .subclass } After expansion: .class{ .subclass{ } _ }

How do I make cursor appear inside nested rule and not on next line? (This only breaks on SCSS nested selectors, non-nested selectors are OK).

dvelikiy commented 8 years ago

Wonderful! Thank you Mattn!