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
If you visually select the question mark and press star in the following text:
texttext
It will search for \V\<\> and not find it.
\V\<\>
I don't understand the logic in convert_2_word_pattern_4_visual. Shouldn't the if conditions just be:
convert_2_word_pattern_4_visual
if text =~# '^\k' && outer !~# '\k'
and
if text =~# '\k$' && outer !~# '\k'
I would submit a pull request if I understood better.
Looks like this is where the behavior was changed originally: thinca/vim-visualstar@34979b3
The text was updated successfully, but these errors were encountered:
Simplify conditions for prepending/appending \< and \> for asterisk i…
7f3cc45
…n visual mode. Fixes haya14busa#25
7efb136
bffa310
No branches or pull requests
If you visually select the question mark and press star in the following text:
It will search for
\V\<\>
and not find it.I don't understand the logic in
convert_2_word_pattern_4_visual
.Shouldn't the if conditions just be:
and
I would submit a pull request if I understood better.
Looks like this is where the behavior was changed originally:
thinca/vim-visualstar@34979b3
The text was updated successfully, but these errors were encountered: