]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1514: getting the list of changes is not easy v8.0.1514
authorBram Moolenaar <Bram@vim.org>
Tue, 13 Feb 2018 12:59:59 +0000 (13:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 Feb 2018 12:59:59 +0000 (13:59 +0100)
commit07ad816525da67cab3c0db21d1286d221dbc7477
tree85c9d2cd2a4185426aa04fa78fd4cdc94e1a7c5a
parent486797413791f6be12dcec6e5faf4f952e4647ae
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 #2634)
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/Makefile
src/evalfunc.c
src/testdir/Make_all.mak
src/testdir/test_changelist.vim [new file with mode: 0644]
src/version.c