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:
committed by
Bram Moolenaar
parent
8753c1dd2c
commit
fd916d654d
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3569,
|
||||
/**/
|
||||
3568,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user