commit | edaad6e0a0e3c1fcb6a5c2771e647c52475bb19c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 15:23:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 15:23:37 2019 +0200 |
tree | de0adbf998def88a253698cc799b47cb459c6c94 | |
parent | 28686682e77c0cca963201ae671bd773d86dba31 [diff] [blame] |
patch 8.1.2207: "gn" doesn't work quite right Problem: "gn" doesn't work quite right. (Jaehwang Jerry Jung) Solution: Improve and simplify the search logic. (Christian Brabandt, closes #5103, closes #5075)
diff --git a/src/version.c b/src/version.c index e6a66be..91cdf33 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2207, +/**/ 2206, /**/ 2205,