]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0871: cannot use getmarklist() as a method v8.2.0871
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Jun 2020 12:14:44 +0000 (14:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Jun 2020 12:14:44 +0000 (14:14 +0200)
commitf17e7ea67a798d0aa45ce24ea80c9e21d5164326
tree6ee60025d1c4aa335d760d81fa211da0ed742eed
parentad772a63ec3bc86fe9d53cba783812f53470a313
patch 8.2.0871: cannot use getmarklist() as a method

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)
runtime/doc/eval.txt
src/evalfunc.c
src/mark.c
src/testdir/test_marks.vim
src/version.c