-
-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
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
Asynchronous, non-blocking matching #9
Conversation
limit the number of matched items prior to sorting to trade accuracy for performance
that way changing from directory to file based searching will trigger an update
the previous method with moving the virtual cursor causes flickering
It's hard to look this. haha. |
oh - man :0 |
Yeah, @urandom, was the original PR like this, or has it gotten bloated from other commits over the past year? |
I don't think this is likely to be merged. There's a lot going on in this PR, including the introduction of Python. It's not very clean IMHO. Shall we close it? |
@mattn @d11wtq |
@urandom it's just a very large change set sent from master, so it's hard to identify if the change set is clean or not. However, since it introduces Python, it's probably not suitable for the ctrlp code base, which is intentionally written in Pure Vim. See kien#591 as to why this repo exists. Rest assured, nobody is mocking anybody. |
@urandom I can read python. But I can't say whether this patch breaks behavior or not immediately. |
From kien#542:
Note: This is a PR from master..master and looks very unclean.