commit | 83ec2a7f5fb481b30a5d556b6aad49a62585bccd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 27 22:08:59 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 27 22:08:59 2018 +0200 |
tree | 43adf706996b9e464ee320dcf0330d013f1f27c8 | |
parent | 0a08c63da17dfd93ac2885e3f3f8a083a9b3131c [diff] [blame] |
patch 8.1.0214: +autochdir feature not reported by has() or :version Problem: +autochdir feature not reported by has() or :version. Solution: Add the feature in the list.
diff --git a/src/evalfunc.c b/src/evalfunc.c index a9f6c5b..23cdeb4 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c
@@ -6045,6 +6045,9 @@ "arabic", #endif "autocmd", +#ifdef FEAT_AUTOCHDIR + "autochdir", +#endif #ifdef FEAT_AUTOSERVERNAME "autoservername", #endif