mattn / emmet-vim

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

add option to anchorizeUrl which works offline #328

Closed Frefreak closed 8 years ago

Frefreak commented 8 years ago

<C-y>a and <C-y>A will hang for a long time in some situations (e.g. China's network -> google.com), or sometimes the user may only want the boilerplate and fill the title themselves. This variable g:emmet#anchorizeURLDoNotQuery makes this explicit.