-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Word seperate doesn't works well #3665
Comments
I'm responsible for the recent change in terms of word separation. Environment:
I also tried it on VsCodeVim version |
@hugoj-goncalves Thanks for reporting the issue. I didn't notice that... src/common/motion/position.ts currently recognizes a sequence of ASCII characters (except for keywords) and that of diacritics as individual words. They should belong to the same |
Describe the bug
The word-seperate doesn't work well. For example, "a.b.c" is regarded as a word but not three words. In function "hellowWorld(param1, param2)", "hellowWorld(param1" is regarded as a word. It works well a few days ago, but it works wrong now. I don't change any configuration these days. So I can't use keys like "w", "e", "b", "*" properly.
It is now proved that in old vim version: "v1.2.0" it works well.
To Reproduce
Here is my vim config in vscode.
And here is word seperate config.
The vscode's word seperate works well. It means that if I use Ctrl+arrow, "a.b.c" isn't regarded as a whole word.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: