aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-01-04 05:22:32 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-01-04 07:23:13 +0100
commit097c8dcccab1f66098e0096c7590ea4eb446dd56 (patch)
tree097dc5fbfe9465816a0651c51d24bf7e7abcb061 /runtime/doc/eval.txt
parent6ba3b8538245d1176b869734c76f2688709cf106 (diff)
downloadrneovim-097c8dcccab1f66098e0096c7590ea4eb446dd56.tar.gz
rneovim-097c8dcccab1f66098e0096c7590ea4eb446dd56.tar.bz2
rneovim-097c8dcccab1f66098e0096c7590ea4eb446dd56.zip
refactor: Remove VimL function `test_autochdir()`
- Eliminate global test_autochdir. - Eliminate VimL function test_autochdir() - Use a lua test instead. Fails correctly after reverting 0c4347997954 / vim-patch:7.4.2015.
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 5f283a2f02..0a5a51a0e1 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2207,7 +2207,6 @@ tagfiles() List tags files used
tan({expr}) Float tangent of {expr}
tanh({expr}) Float hyperbolic tangent of {expr}
tempname() String name for a temporary file
-test_autochdir() none enable 'autochdir' during startup
timer_start({time}, {callback} [, {options}])
Number create a timer
timer_stop({timer}) none stop a timer
@@ -7214,10 +7213,6 @@ tempname() *tempname()* *temp-file-name*
For MS-Windows forward slashes are used when the 'shellslash'
option is set or when 'shellcmdflag' starts with '-'.
-test_autochdir() *test_autochdir()*
- Set a flag to enable the effect of 'autochdir' before Vim
- startup has finished.
-
termopen({cmd}[, {opts}]) {Nvim} *termopen()*
Spawns {cmd} in a new pseudo-terminal session connected
to the current buffer. {cmd} is the same as the one passed to