vim-patch:8.2.0861: cannot easily get all the current marks (#13676)

Problem:    Cannot easily get all the current marks.
Solution:   Add getmarklist(). (Yegappan Lakshmanan, closes #6032)
cfb4b47de0

Cherry-pick the column number fix from patch v8.2.0871
because patch v8.2.0871 cannot be fully ported
without the method patches.

Co-authored-by: Peter Wolf <pwolf2310@gmail.com>
This commit is contained in:
Jan Edmund Lazo
2021-01-03 15:33:21 -05:00
committed by GitHub
parent fff4facdc4
commit a1ed941a78
6 changed files with 149 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ return {
getjumplist={args={0, 2}},
getline={args={1, 2}},
getloclist={args={1, 2}},
getmarklist={args={0, 1}},
getmatches={args={0, 1}},
getpid={},
getpos={args=1},