0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 9.0.1560: Win32: When 'encoding' is set $PATH has duplicate entries

Problem:    Win32: When 'encoding' is set $PATH has duplicate entries.
Solution:   Only append the directory if it is not there yet. (Ken Takata,
            closes #12400, closes #12372)
This commit is contained in:
K.Takata
2023-05-15 16:41:40 +01:00
committed by Bram Moolenaar
parent 2ba51236fb
commit f741e3ec1f
2 changed files with 33 additions and 24 deletions

View File

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