We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I build the plugin on cygwin and it is just extremely slow (10-50 times slower that the default matcher). Any idea what might cause that?
The text was updated successfully, but these errors were encountered:
I think I found the culprit. It's a cygwin bug: https://cygwin.com/ml/cygwin/2012-08/msg00200.html Setting let g:cpsm_max_threads = 1 fixed the problem.
let g:cpsm_max_threads = 1
You might want to detect cygwin (has("win32unix")) and set this as default.
has("win32unix")
Sorry, something went wrong.
Thanks for the report. Should be fixed in master shortly.
ad7af1d
No branches or pull requests
I build the plugin on cygwin and it is just extremely slow (10-50 times slower that the default matcher). Any idea what might cause that?
The text was updated successfully, but these errors were encountered: