vim-patch:8.0.1514: getting the list of changes is not easy

Problem:    Getting the list of changes is not easy.
Solution:   Add the getchangelist() function. (Yegappan Lakshmanan,
            closes vim/vim#2634)
07ad816525
This commit is contained in:
Jan Edmund Lazo
2019-05-20 12:49:42 -04:00
parent b9ba1295b4
commit 783aa6b507
5 changed files with 98 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ return {
getbufinfo={args={0, 1}},
getbufline={args={2, 3}},
getbufvar={args={2, 3}},
getchangelist={args={1, 1}},
getchar={args={0, 1}},
getcharmod={},
getcharsearch={},