You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: