]> granicus.if.org Git - vim/commitdiff
patch 7.4.1716 v7.4.1716
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Apr 2016 21:06:23 +0000 (23:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Apr 2016 21:06:23 +0000 (23:06 +0200)
Problem:    'autochdir' doesn't work for the first file. (Rob Hoelz)
Solution:   Call DO_AUTOCHDIR after startup. (Christian Brabandt, closes #704)

src/main.c
src/version.c

index 91ef66db6fcbade4218001dec56f6b72ebad05f4..dc7b702bd9c97f86f6461e61cf3f20d278a9a2c3 100644 (file)
@@ -959,6 +959,9 @@ vim_main2(int argc UNUSED, char **argv UNUSED)
     no_wait_return = FALSE;
     starting = 0;
 
+    /* 'autochdir' has been postponed */
+    DO_AUTOCHDIR
+
 #ifdef FEAT_TERMRESPONSE
     /* Requesting the termresponse is postponed until here, so that a "-c q"
      * argument doesn't make it appear in the shell Vim was started from. */
index 5c89d6bb6a5cdf01a33c841520704c89816b8125..7106a39eedb0cfdc7e177ab47f9f16f5516995c6 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1716,
 /**/
     1715,
 /**/