commit | 5c71994f4ee5f87d4cce990dbc9684c70b1e108b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 23:40:45 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 23:40:45 2016 +0200 |
tree | 54d709f577451315f508421842acd40c5d8776f1 | |
parent | 32b808a4bdf35b0dea63c735702a591e5869fecd [diff] [blame] |
patch 7.4.2015 Problem: When a file gets a name when writing it 'acd' is not effective. (Dan Church) Solution: Invoke DO_AUTOCHDIR after writing the file. (Allen Haim, closes #777, closes #803) Add test_autochdir() to enable 'acd' before "starting" is reset.
diff --git a/src/Makefile b/src/Makefile index 007c792..24aa9ca 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2016,6 +2016,7 @@ test_arglist \ test_assert \ test_assign \ + test_autochdir \ test_autocmd \ test_backspace_opt \ test_cdo \