commit | 0df603014589c663f4b49dc6fd36c3b99db1718f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 15:15:47 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 15:15:47 2021 +0200 |
tree | 09bf1d13a6ee7f498e28bd7debe9cbd09bcc0d0c | |
parent | f65ed86f6f60e1b73f4203206cd3df024b7d61f3 [diff] [blame] |
patch 8.2.2697: function list test fails Problem: Function list test fails. Solution: Add missing function. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 72fd189..4749ca9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2697, +/**/ 2696, /**/ 2695,