mirror of
https://github.com/vim/vim.git
synced 2026-06-19 15:38:30 +02:00
f17e7ea67a
Problem: Cannot use getmarklist() as a method.
Solution: Make getmarklist() work as a method. Add one to the column
number to match getpos(). (Yegappan Lakshmanan, closes #6176)