commit | 1c991144c502ade477e1a32fdfd0f78b6299fdc7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 04 13:15:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 04 13:15:31 2020 +0200 |
tree | 2b178cf3d9810d4255e0ad3b9384bf5db354f890 | |
parent | effb0cd75de647a2a0bf95cb26eaa2feee8068d9 [diff] [blame] |
patch 8.2.1124: Vim9: no line break allowed in :import command Problem: Vim9: no line break allowed in :import command. Solution: Skip over line breaks.
diff --git a/src/version.c b/src/version.c index 6908662..2f4bb6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1124, +/**/ 1123, /**/ 1122,