commit | 026270c01d8ae4425b2afe289d464451718cb9ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 15:10:16 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 15:10:16 2020 +0100 |
tree | 211d354fc5c7c51a2d06980caf95061cb9bfad2b | |
parent | 83f37b91426b419a913aa4f42d041b2111b57864 [diff] [blame] |
patch 8.2.0307: Python 3 vim.eval not well tested Problem: Python 3 vim.eval not well tested. Solution: Add a test. (Dominique Pelle, closes #5680)
diff --git a/src/version.c b/src/version.c index 49cdcc5..373eb16 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 307, +/**/ 306, /**/ 305,