vim-patch:6f1d9a

Updated runtime files.

6f1d9a096b
This commit is contained in:
Shougo Matsushita
2016-12-10 18:49:33 +09:00
parent 0c43479979
commit 6ba3b85382
18 changed files with 548 additions and 183 deletions

View File

@@ -17162,7 +17162,7 @@ static void f_tempname(typval_T *argvars, typval_T *rettv, FunPtr fptr)
// "test_autochdir()" function
static void f_test_autochdir(typval_T *argvars, typval_T *rettv, FunPtr fptr)
{
test_autochdir = TRUE;
test_autochdir = true;
}
// "termopen(cmd[, cwd])" function