commit | baec5c1768098f9dd867b465aaabfdfb294f10c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 06 23:06:23 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 06 23:06:23 2016 +0200 |
tree | 8869162f909dd66e96bcf7392ef6878fac40727c | |
parent | ddecc25947dbdd689d5bcaed32f298a08abdd497 [diff] [blame] |
patch 7.4.1716 Problem: 'autochdir' doesn't work for the first file. (Rob Hoelz) Solution: Call DO_AUTOCHDIR after startup. (Christian Brabandt, closes #704)
diff --git a/src/version.c b/src/version.c index 5c89d6b..7106a39 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1716, +/**/ 1715, /**/ 1714,