commit | 418b54788106efd94bbc71a4b100afae1080cbfc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 20 13:38:22 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 20 13:38:22 2022 +0000 |
tree | cf6adaa37e7d2727993fcdf0e6142b0a4ebc1737 | |
parent | 104b2ff4d0ec9248ba0b979aa3bbccb65fcad422 [diff] [blame] |
patch 9.0.1083: empty and comment lines in a class cause an error Problem: Empty and comment lines in a class cause an error. Solution: Skip empty and comment lines. (closes #11734)
diff --git a/src/version.c b/src/version.c index 4baa1b3..877fe75 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1083, +/**/ 1082, /**/ 1081,