mattn / livestyle-vim

Emmet LiveStyle for Vim
http://mattn.kaoriya.net/
108 stars 5 forks source link

vim crashes #4

Closed accid0 closed 9 years ago

accid0 commented 11 years ago

Vim crashes after :LiveStyle command on win 32

mattn commented 11 years ago

Ah, it seems that your is too slow to use livestyle-vim.

https://github.com/mattn/livestyle-vim/blob/master/autoload/livestyle/lang/css.vim#L4

livetyle#lang#css#parse("") is parsing CSS. Or vim version is wrong. Could you try with newer vim?

accid0 commented 11 years ago

with vim 7.4?

mattn commented 11 years ago

greater than 7.3.700 is too buggy. But it's a better than 7.3.7XX

accid0 commented 11 years ago

August 10, 2013 Vim 7.4[29] A new, faster regular expression engine. https://groups.google.com/forum/#!topic/vim_announce/knOQ_t_H5to

mattn commented 9 years ago

too old