commit | 8242ebbdba64cfa5c504c9d8dfb802076d99c602 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 11:15:01 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 11:15:01 2020 +0100 |
tree | b5a016fbb3e636ca8ce0488d227d21f94be36ded | |
parent | 864a28b6a6ae4f1a56e230be26bc6d13e3f8b3d9 [diff] [blame] |
patch 8.2.2242: Vim9: bar line continuation does not work at script level Problem: Vim9: line continuation with bar does not work at script level. Solution: Check for Vim9 script.
diff --git a/src/version.c b/src/version.c index e9327f1..ee0d987 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2242, +/**/ 2241, /**/ 2240,