Fix crash when closing window in another tab by bobrippling · Pull Request #7018 · vim/vim

@bobrippling

... and the other tab isn't also closed

zeertzjq added a commit to zeertzjq/neovim that referenced this pull request

Dec 2, 2022
Problem:    Closing split window in other tab may cause a crash.
Solution:   Set tp_curwin properly. (Rob Pilling, closes vim/vim#7018)

vim/vim@f3c51bb

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

zeertzjq added a commit to zeertzjq/neovim that referenced this pull request

Dec 2, 2022
Problem:    Closing split window in other tab may cause a crash.
Solution:   Set tp_curwin properly. (Rob Pilling, closes vim/vim#7018)

vim/vim@f3c51bb

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

Nero-F pushed a commit to Nero-F/neovim that referenced this pull request

Dec 16, 2022
Problem:    Closing split window in other tab may cause a crash.
Solution:   Set tp_curwin properly. (Rob Pilling, closes vim/vim#7018)

vim/vim@f3c51bb

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

yesean pushed a commit to yesean/neovim that referenced this pull request

Mar 25, 2023
Problem:    Closing split window in other tab may cause a crash.
Solution:   Set tp_curwin properly. (Rob Pilling, closes vim/vim#7018)

vim/vim@f3c51bb

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