diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-24 14:12:38 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-24 14:12:38 +0200 |
commit | 6f1d9a096bf22d50c727dca73abbfb8e3ff55176 (patch) | |
tree | 1c916ecd14f37c0fed02e92e0b7849015d4ae9d1 /runtime/doc/eval.txt | |
parent | 00b24be454800f544676aa8850fb4378a568901e (diff) | |
download | vim-git-6f1d9a096bf22d50c727dca73abbfb8e3ff55176.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 11cd8bbaf..7b421aa11 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.4. Last change: 2016 Jul 23 +*eval.txt* For Vim version 7.4. Last change: 2016 Jul 24 VIM REFERENCE MANUAL by Bram Moolenaar @@ -2306,6 +2306,7 @@ tanh({expr}) Float hyperbolic tangent of {expr} tempname() String name for a temporary file test_alloc_fail({id}, {countdown}, {repeat}) none make memory allocation fail +test_autochdir() none enable 'autochdir' during startup test_disable_char_avail({expr}) none test without typeahead test_garbagecollect_now() none free memory right now for testing test_null_channel() Channel null value for testing @@ -7453,8 +7454,11 @@ test_alloc_fail({id}, {countdown}, {repeat}) *test_alloc_fail()* let memory allocation fail {repeat} times. When {repeat} is smaller than one it fails one time. +test_autochdir() *test_autochdir()* + Set a flag to enable the effect of 'autochdir' before Vim + startup has finished. - *test_disable_char_avail()* + *test_disable_char_avail()* test_disable_char_avail({expr}) When {expr} is 1 the internal char_avail() function will return |FALSE|. When {expr} is 0 the char_avail() function will |