]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4971: Vim9: interpolated string seen as range v8.2.4971
authorBram Moolenaar <Bram@vim.org>
Tue, 17 May 2022 12:14:23 +0000 (13:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 May 2022 12:14:23 +0000 (13:14 +0100)
commit40c141d333292d625907f4de13766cbbc2223911
treec8dab91ebd284ee1b168832f180ebbc882a5c22a
parent0d03263fd731986c0eee1a08e0f1b19f1bc3a7ad
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)
src/ex_docmd.c
src/testdir/test_vim9_expr.vim
src/version.c