1
0
forked from aniani/vim

patch 9.0.0865: duplicate arguments are not always detected

Problem:    Duplicate arguments are not always detected.
Solution:   Expand to full path before comparing arguments. (Nir Lichtman,
            closes #11505, closes #9402)
This commit is contained in:
Nir Lichtman
2022-11-12 17:00:31 +00:00
committed by Bram Moolenaar
parent 6600447c7b
commit b3052aa1b5
3 changed files with 33 additions and 1 deletions

View File

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