comparison src/version.c @ 26071:0bb9004c993b v8.2.3569

patch 8.2.3569: error for :let when vimrc is Vim 9 script Commit: https://github.com/vim/vim/commit/fd916d654d9731b3515abf7bc1ac12bd3632b601 Author: Christian Brabandt <cb@256bit.org> Date: Mon Nov 1 22:44:33 2021 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Nov 2021 23:45:04 +0100
parents 33ae003bb569
children 948550cae1e7
comparison
equal deleted inserted replaced
26070:40941a52ae54 26071:0bb9004c993b
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3569,
760 /**/ 762 /**/
761 3568, 763 3568,
762 /**/ 764 /**/
763 3567, 765 3567,
764 /**/ 766 /**/