From bc40362a219f91d56ce5e9f31a9fde90b22f4d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Fri, 8 May 2020 15:10:23 +0200 Subject: [PATCH] Explicitly disable autochdir --- cfg/99-autochdir.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cfg/99-autochdir.vim diff --git a/cfg/99-autochdir.vim b/cfg/99-autochdir.vim new file mode 100644 index 0000000..2ab8d09 --- /dev/null +++ b/cfg/99-autochdir.vim @@ -0,0 +1,2 @@ +" Explicitly disable autochdir, for when it's enabled by default on the host +set noautochdir