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.0.{0910,0914} #21232

Merged
merged 2 commits into from
Nov 29, 2022
Merged

vim-patch:9.0.{0910,0914} #21232

merged 2 commits into from
Nov 29, 2022

Conversation

zeertzjq
Copy link
Member

vim-patch:9.0.0910: setting lines in another buffer may not work well

Problem: Setting lines in another buffer may not work well.
Solution: Make sure the buffer being changed has a window. (issue vim/vim#11558)

vim/vim@c934bfa

Co-authored-by: Bram Moolenaar Bram@vim.org

vim-patch:9.0.0914: deletebufline() may move marks in the wrong window

Problem: deletebufline() may move marks in the wrong window.
Solution: Find a window for the buffer being changed. (closes vim/vim#11583)

vim/vim@228e422

Cherry-pick code change from patch 9.0.0961.

Co-authored-by: Bram Moolenaar Bram@vim.org

zeertzjq and others added 2 commits November 29, 2022 17:04
Problem:    Setting lines in another buffer may not work well.
Solution:   Make sure the buffer being changed has a window. (issue vim/vim#11558)

vim/vim@c934bfa

Co-authored-by: Bram Moolenaar <Bram@vim.org>
Problem:    deletebufline() may move marks in the wrong window.
Solution:   Find a window for the buffer being changed. (closes vim/vim#11583)

vim/vim@228e422

Cherry-pick code change from patch 9.0.0961.

Co-authored-by: Bram Moolenaar <Bram@vim.org>
@github-actions github-actions bot added the vim-patch See https://neovim.io/doc/user/dev_vimpatch.html label Nov 29, 2022
@zeertzjq zeertzjq changed the title vim-patch:9.0.0910,9.0.0914 vim-patch:9.0.{0910,0914} Nov 29, 2022
@zeertzjq zeertzjq merged commit 89f0987 into neovim:master Nov 29, 2022
@zeertzjq zeertzjq deleted the vim-9.0.0910 branch November 29, 2022 09:55
@github-actions github-actions bot removed the request for review from seandewar November 29, 2022 09:55
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.

None yet

1 participant