commit | 1ac90b4fa63414d56750559506a3e076df6923b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 14:49:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 14:49:52 2019 +0200 |
tree | a95e4a66febbb0220585748a969fdff10331c2b0 | |
parent | 60a8de28d11595f4df0419ece8afa7d6accc9fbd [diff] [blame] |
patch 8.1.2036: the str2nr() tests fail Problem: The str2nr() tests fail. Solution: Add missing part of patch.
diff --git a/src/version.c b/src/version.c index 09baa53..b258eea 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2036, +/**/ 2035, /**/ 2034,