maralla / validator.vim

Check syntax on the fly asynchronously.
MIT License
213 stars 14 forks source link

Upon expanding UltiSnips snippet, selection lost #29

Open metakirby5 opened 8 years ago

metakirby5 commented 8 years ago

Steps to reproduce:

  1. Have UltiSnips and vaidator.vim installed
  2. vim _.py
  3. Start to type in class and expand the snippet
  4. Notice that the selection is lost, which is inconsistent with what UltiSnips normally does
metakirby5 commented 8 years ago

Oops, I didn't notice that it only happens with g:validator_auto_open_quickfix = 1, which I suppose is reasonable. Ideally this wouldn't happen, but it's okay to close this now if it's not worth fixing.