mattn / emmet-vim

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

Fix btn fst and fset aliases #486

Open kevinrambaud opened 4 years ago

kevinrambaud commented 4 years ago

It seems like the following aliases don't work if they aren't fully defined. I'm not sure if it's the best way to fix that but this approach works. Let me know if you have another idea in mind, I'm fairly new with vimscript.