diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-20 12:49:42 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-20 13:33:59 -0400 |
commit | 783aa6b507bc40565c0b7dbd146beaa7645e72c5 (patch) | |
tree | c9963880f21c3a771db3109b61157352500d740b /src/nvim/eval.lua | |
parent | b9ba1295b466a440600b36a717c701bfcea53dbc (diff) | |
download | rneovim-783aa6b507bc40565c0b7dbd146beaa7645e72c5.tar.gz rneovim-783aa6b507bc40565c0b7dbd146beaa7645e72c5.tar.bz2 rneovim-783aa6b507bc40565c0b7dbd146beaa7645e72c5.zip |
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)
https://github.com/vim/vim/commit/07ad816525da67cab3c0db21d1286d221dbc7477
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r-- | src/nvim/eval.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index d4bb69613e..aad2de5d30 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -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={}, |