1
0
forked from aniani/vim

patch 8.2.3569: error for :let when vimrc is Vim 9 script

Problem:    Error for :let when vimrc is Vim 9 script.
Solution:   Prepend :legacy in the code for converting arguments. (Christian
            Brabandt, closes #9068, closes #9077)
This commit is contained in:
Christian Brabandt
2021-11-01 22:44:33 +00:00
committed by Bram Moolenaar
parent 8753c1dd2c
commit fd916d654d
2 changed files with 9 additions and 4 deletions

View File

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