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

vim-patch:9.1.0443: Can't use blockwise selection with width for getregion() #28985

Merged
merged 1 commit into from
May 24, 2024

Conversation

zeertzjq
Copy link
Member

@zeertzjq zeertzjq commented May 24, 2024

vim-patch:9.1.0443: Can't use blockwise selection with width for getregion()

Problem: Can't use a blockwise selection with a width for getregion().
Solution: Add support for blockwise selection with width like the return
value of getregtype() or the "regtype" value of TextYankPost
(zeertzjq).

closes: vim/vim#14842

vim/vim@afc2295

…egion()

Problem:  Can't use a blockwise selection with a width for getregion().
Solution: Add support for blockwise selection with width like the return
          value of getregtype() or the "regtype" value of TextYankPost
          (zeertzjq).

closes: vim/vim#14842

vim/vim@afc2295
@zeertzjq zeertzjq changed the title vim-patch:9.1.0443 vim-patch:9.1.0443: Can't use blockwise selection with width for getregion() May 24, 2024
@github-actions github-actions bot added the vim-patch See https://neovim.io/doc/user/dev_vimpatch.html label May 24, 2024
@github-actions github-actions bot requested a review from seandewar May 24, 2024 21:05
@zeertzjq zeertzjq merged commit 06347a6 into neovim:master May 24, 2024
29 checks passed
@zeertzjq zeertzjq deleted the vim-9.1.0443 branch May 24, 2024 21:19
@github-actions github-actions bot removed the request for review from seandewar May 24, 2024 21:21
huangyingw pushed a commit to huangyingw/neovim that referenced this pull request May 31, 2024
…egion() (neovim#28985)

Problem:  Can't use a blockwise selection with a width for getregion().
Solution: Add support for blockwise selection with width like the return
          value of getregtype() or the "regtype" value of TextYankPost
          (zeertzjq).

closes: vim/vim#14842

vim/vim@afc2295
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vim-patch See https://neovim.io/doc/user/dev_vimpatch.html
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant