From 59487e18a7b26d8cea2c766ad5fbe17a152a5d11 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 1 Jul 2016 11:34:43 +0200 Subject: vim-patch:7.4.1716 Problem: 'autochdir' doesn't work for the first file. (Rob Hoelz) Solution: Call DO_AUTOCHDIR after startup. (Christian Brabandt) https://github.com/vim/vim/commit/baec5c1768098f9dd867b465aaabfdfb294f10c2 --- src/nvim/version.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index b2c6b332d1..aa3a34b3df 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -86,6 +86,7 @@ static int included_patches[] = { 1755, 1753, 1728, + 1716, 1695, 1654, 1652, -- cgit