-
Notifications
You must be signed in to change notification settings - Fork 48
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
'< and '> are not restored with right unit #58
Comments
I've looked into the problem. It seems not to be possible to solve at the moment. Because vim-textobj-user internally uses |
It might be possible to solve the problem by restructuring the internal of vim-textobj-user not to use Visual mode directly. But it takes a long time to complete. |
I'll try writing a prototype later: https://github.com/kana/vim-textobj-user/compare/prototype-to-keep-last-visual-mode |
Hmm… I spent several hours on the problem and realized that it's not possible to solve the problem unless writing a patch to Vim. It's necessary to use Visual mode in vim-textobj-user for repeatability with the |
Reviving an old issue, but is the last comment true with tpope/vim-repeat installed? If I understand correctly, the changes described would allow |
From: #56 (comment)
For example,
vjjj<Esc>yaegv
reselect the same region asvjjj
but it is line-wise instead of character-wise.The text was updated successfully, but these errors were encountered: