1
0
forked from aniani/vim

patch 8.2.3336: behavior of negative index in list change changed

Problem:    Behavior of negative index in list change changed. (Naruhiko
            Nishino)
Solution:   Only change it for Vim9 script. (closes #8749)
This commit is contained in:
Bram Moolenaar
2021-08-12 21:12:56 +02:00
parent ef98257593
commit 92f05f21af
3 changed files with 26 additions and 3 deletions

View File

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