vim-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
            vim/vim#777, closes vim/vim#803)  Add test_autochdir() to enable 'acd' before
            "starting" is reset.

5c71994f4e
This commit is contained in:
Shougo Matsushita
2016-12-10 18:33:55 +09:00
parent c5f4b92ff9
commit 0c43479979
8 changed files with 36 additions and 3 deletions

View File

@@ -301,6 +301,7 @@ return {
tan={args=1, func="float_op_wrapper", data="&tan"},
tanh={args=1, func="float_op_wrapper", data="&tanh"},
tempname={},
test_autochdir={},
termopen={args={1, 2}},
test={args=1},
timer_start={args={2,3}},