commit | ae95a3946b012d4e68bcb20b28f691f6d3b9caaf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 06 16:38:12 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 06 16:38:12 2020 +0200 |
tree | 49a18b8dc3145e921b6b5af30c7f78fab9320c6e | |
parent | bbd3e3c357487f7a5bdc704a819f63a7dd0dd66e [diff] [blame] |
patch 8.2.1379: curly braces expression ending in " }" does not work Problem: Curly braces expression ending in " }" does not work. Solution: Skip over white space when checking for "}". (closes #6634)
diff --git a/src/version.c b/src/version.c index ba24f69..2ae04a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1379, +/**/ 1378, /**/ 1377,