]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.0.1462: missing yet another file in patch v8.0.1462
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Feb 2018 18:17:36 +0000 (19:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Feb 2018 18:17:36 +0000 (19:17 +0100)
Problem:    Missing yet another file in patch.
Solution:   Add changes to missing file.

src/gui.c
src/version.c

index 671f559f6bfa04902409e5e569246a3aa46f4d13..c9d00a6b70508f6ebd6de5c668582b7c8d47aac9 100644 (file)
--- 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);
        }
index c24843ffa547b14d7683829888e93ffdbe563d78..5b4c2d209948adcc7d0b27c5f2ffa4cdf187a0e5 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1462,
 /**/
     1461,
 /**/