Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Make syntax check to run in separate thread #54

Closed
petRUShka opened this issue Jun 14, 2011 · 3 comments
Closed

Make syntax check to run in separate thread #54

petRUShka opened this issue Jun 14, 2011 · 3 comments
Labels

Comments

@petRUShka
Copy link

Now after save syntax check process blocks VIM. It is ok if it takes less then 0.5 sec. But it's far from ok if it takes more then 3 second. For example when I try to save or open *.feature file (cucumber) VIM froze for about 3-5 sec.

If one runs binaries for syntax check in parallel thread it will be ok.

May be VIM build-in mzscheme-threads helps: http://vimdoc.sourceforge.net/htmldoc/if_mzsch.html#mzscheme-threads

@zenzike
Copy link
Contributor

zenzike commented Oct 13, 2011

Yes, or maybe use https://github.com/pydave/AsyncCommand as a means of getting asynchronous commands to run.

@int3
Copy link

int3 commented Mar 21, 2013

@scrooloose is there interest in having this implemented? It would really help make the experience with some of the slower checkers (like g++) better.

@lcd047
Copy link
Collaborator

lcd047 commented Oct 31, 2013

Please see #699.

@lcd047 lcd047 closed this as completed Oct 31, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants