commit | 40c141d333292d625907f4de13766cbbc2223911 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 17 13:14:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 17 13:14:23 2022 +0100 |
tree | c8dab91ebd284ee1b168832f180ebbc882a5c22a | |
parent | 0d03263fd731986c0eee1a08e0f1b19f1bc3a7ad [diff] [blame] |
patch 8.2.4971: Vim9: interpolated string seen as range Problem: Vim9: interpolated string seen as range. Solution: Recognize an interpolated string at the start of a command line. (closes #10434)
diff --git a/src/version.c b/src/version.c index 7bdf346..10804ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4971, +/**/ 4970, /**/ 4969,