Bram / Vim developers: Feature +autochdir is not included in the +feature-list topic in runtime/doc/various.txt. The attached patch adds it. Feel free to rewrite as necessary.
-mike -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/cac325bf-ac6e-4d3d-8b64-6fff7917fbe1%40googlegroups.com.
>From 600641c037e049cc01114ecd3287d929b6df00a6 Mon Sep 17 00:00:00 2001 From: msoyka-of-wharton <[email protected]> Date: Wed, 18 Mar 2020 20:53:33 -0400 Subject: [PATCH] add +autochdir to +feature-list topic --- runtime/doc/various.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 547ca762a..57e99b935 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -317,6 +317,7 @@ g8 Print the hex values of the bytes used in the *+acl* |ACL| support included *+ARP* Amiga only: ARP support included B *+arabic* |Arabic| language support +m *+autochdir* include 'autochdir' option T *+autocmd* |:autocmd|, automatic commands H *+autoservername* Automatically enable |clientserver| m *+balloon_eval* |balloon-eval| support in the GUI. Included when -- 2.25.1.windows.1
