commit | fd916d654d9731b3515abf7bc1ac12bd3632b601 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Nov 01 22:44:33 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 01 22:44:33 2021 +0000 |
tree | 539650e9cabba52cdf038384aa2c5052ae952b38 | |
parent | 8753c1dd2c2a5c2c7ff63a9bfb14cd4b9bb9c87f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c42cd2a..ea1a790 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3569, +/**/ 3568, /**/ 3567,