summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2023-05-15 16:41:40 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-15 16:41:40 +0100
commitf741e3ec1fcecc8f23f1b37415dc3e80a31d157e (patch)
tree265b3d41b280055f992bbb241f70c1f15a9cbfcf /src/version.c
parent2ba51236fb7c27fe16dad4c44242f00e17c19726 (diff)
downloadvim-git-f741e3ec1fcecc8f23f1b37415dc3e80a31d157e.tar.gz
patch 9.0.1560: Win32: When 'encoding' is set $PATH has duplicate entriesv9.0.1560
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 47079f533..7d691e372 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1560,
+/**/
1559,
/**/
1558,