1
0
forked from aniani/vim

Update runtime files

This commit is contained in:
Bram Moolenaar
2022-08-01 15:09:53 +01:00
parent ab146dac6b
commit 05a8061eec
24 changed files with 1284 additions and 59 deletions

View File

@@ -1549,7 +1549,7 @@ to be doubled. These two commands are equivalent: >
if a =~ '\s*'
interpolated-string *$quote* *interp-string* *E256*
interpolated-string *$quote* *interp-string*
--------------------
$"string" interpolated string constant *expr-$quote*
$'string' interpolated literal string constant *expr-$'*