commit | faf8626b79e380fe81e7ae2439a535ed7619d27b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 23:07:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 23:07:36 2020 +0200 |
tree | 6814686cce2bf81a6ccc2c78ef1894cd22d2ba75 | |
parent | 7e8967fdcdf45caf08753bb791dc3779e78b34c8 [diff] [blame] |
patch 8.2.1076: Vim9: no line break allowed in :if expression Problem: Vim9: no line break allowed in :if expression. Solution: Skip linebreak.
diff --git a/src/version.c b/src/version.c index c304fe5..948f561 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1076, +/**/ 1075, /**/ 1074,