Skip to content
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

around word does not select prior separator characters. #70

Open
1wsx10 opened this issue Jul 27, 2022 · 0 comments
Open

around word does not select prior separator characters. #70

1wsx10 opened this issue Jul 27, 2022 · 0 comments

Comments

@1wsx10
Copy link

1wsx10 commented Jul 27, 2022

consider the scenario:
return true;

your cursor is somewhere on true and you use vaw.
default vim selects true and the prior space, this plugin just selects true.

it seems like you get this right in some scenarios, eg:
return true
here the space will be selected.

it happens with other delimiters than spaces too:
return my_var;
if your cursor is on var, it won't select the underscore.
return my_var
but do the same on this line, and the underscore is selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant