1
0
forked from aniani/vim

patch 9.0.0409: #{g:x} was seen as a curly-braces expression

Problem:    #{g:x} was seen as a curly-braces expression.
Solution:   Do never see #{} as a curly-braces expression. (closes #11075)
This commit is contained in:
ii14
2022-09-07 19:40:17 +01:00
committed by Bram Moolenaar
parent fef38d86a1
commit 7c7e1e9b98
3 changed files with 10 additions and 2 deletions

View File

@@ -703,6 +703,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
409,
/**/
408,
/**/