Closed chenglou closed 8 years ago
Thanks for narrowing the cause. I still see occasional error when autoLand is enabled.
I've stopped middle of refactoring at Sep. last year , because my main interest moved to vim-mode-plus.
Btw I don't think autoLand is useful since it is difficult to get auto landed or not with lazy-search.
So sometime autoLand cause bad side-effect to let extra key input go into buffer and change text.
It always better to intentionally confirm
.
So I want to remove autoLand config parameter how do you think?
Auto land consistently throws this error for me.
In my mind auto land should have been the default. However, I haven't used this plugin enough to understand the implications, so maybe you're right. I think I'm fine having it removed if it's causing too much trouble. Feel free to close this.
As an aside, this might replace the default find and vim-mode-plus's search for me. Not right now because sometimes I need to search stuff like ` and ". But yeah, instant fuzzy search is awesome (while we're at it, there's also fuzzaldrin-plus that the built-in autocomplete is testing on).
Thanks. Why I think autoLand is bad(unless this problem solved) is
When autoLand is enabled and worked, provided I'm searching text sample-text
, at the input reached sm
, autoLand happen, but before noticing autoLanded, I inputed extra pl
.
So this extra pl
is handled by atom's keybinding system, if you use vim-mode, extra p
cause pasting clipboard content.
Do you use vim-mode-plus incremental search? Since then I used to vim-mode-plus's inc-search, I become rarely use this package.
Ah I see, makes sense. Never mind auto land then.
I don't use isearch; I used the search that comes with vim-mode-plus, and the default atom find. I kinda like the idea of fuzzy searching matches, but that might change.
My question is you enabled incremental search setting for vim-mode-plus? It disabled by default.
Oh yeah, I have it enabled. What's the difference between that and isearch?
No diff and vim-mode-plus's is better since its support regexp search and if you star search with SPACE regexp is auto-escaped means you can do literal search.
Btw I think lazy-search is sometime useful and I have several idea to improve it wait for a week to improve it.
If you start. TYPO
I removed onLand
from master and merged my experimental feature to special handling of SPACE
char and lazy-motion:divide
action.
Will release after I remember what I tried to do at 4 months ago.
Might be related to #2
Repro:
Type "t". See error.
(Atom Version 1.4.0)