commit | e6536aa766e95b6c64489678eb029e6909ee6a35 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 26 22:00:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 26 22:00:38 2020 +0200 |
tree | 768fbac0e18f9b53f19e522140f3c2f44495e5d4 | |
parent | be7ee488761a5582a5605197c3951a17f20d072e [diff] [blame] |
patch 8.2.1064: Vim9: no line break allowed before comperators Problem: Vim9: no line break allowed before comperators. Solution: Check for comperator after line break.
diff --git a/src/version.c b/src/version.c index bdb43fc..eb0bf8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1064, +/**/ 1063, /**/ 1062,