validator.vim
validator.vim copied to clipboard
Upon expanding UltiSnips snippet, selection lost
Steps to reproduce:
- Have UltiSnips and vaidator.vim installed
-
vim _.py
- Start to type in
class
and expand the snippet - Notice that the selection is lost, which is inconsistent with what UltiSnips normally does
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.