Closed blueyed closed 10 years ago
If this were done when completion started, though, typing would suddenly lag for a second, which is also undesirable. If you can figure out a good way to implement this, I'm down for it, though
typing would suddenly lag for a second
Only invoking the omni-completion would cause a lag, and there's no other option. (omni-completion might be invoked automatically with YouCompleteMe / neocomplcache / etc, but then it's still better to have it not happen on buffer loading already)
Right, but if I type Fix # and Vim suddenly lags for a second or two, I think that would be quite irritating. It is a problem either way, but I'm not sure this solution is really better...
It could be added as an option, though
I have noticed that Vim takes a few seconds when editing a commit message, and tracked it down to
python populateOmniComplete()
:It would be nice if this would get done only when the completion is being triggered/requested, and not unconditionally.