mirror of
https://github.com/neovim/neovim.git
synced 2025-11-21 17:46:30 +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)