# HG changeset patch # User Christian Brabandt # Date 1517682606 -3600 # Node ID bd1253c60938c6678a1b1edf6dad1c42576f27c7 # Parent 846a2791f798d13bba75d1b83fa07382b52d9d64 patch 8.0.1462: missing yet another file in patch commit https://github.com/vim/vim/commit/f4aba797cb57d6d5b3b491bd5ae2c0b40e07baaf Author: Bram Moolenaar Date: Sat Feb 3 19:17:36 2018 +0100 patch 8.0.1462: missing yet another file in patch Problem: Missing yet another file in patch. Solution: Add changes to missing file. diff --git a/src/gui.c b/src/gui.c --- a/src/gui.c +++ b/src/gui.c @@ -5528,7 +5528,7 @@ gui_handle_drop( if (mch_chdir((char *)p) == 0) shorten_fnames(TRUE); } - else if (vim_chdirfile(p) == OK) + else if (vim_chdirfile(p, "drop") == OK) shorten_fnames(TRUE); vim_free(p); } diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1462, +/**/ 1461, /**/ 1460,