mirror of
https://github.com/neovim/neovim.git
synced 2025-12-23 22:58:59 +00:00
Problem: Integer overflow in getmarklist() after linewise operation. Solution: Don't add 1 to MAXCOL (zeertzjq) related: neovim/neovim#34524 closes: vim/vim#1755293318a9933(cherry picked from commit3e984cf02b)