diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-01-04 05:22:32 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-01-04 07:23:13 +0100 |
commit | 097c8dcccab1f66098e0096c7590ea4eb446dd56 (patch) | |
tree | 097dc5fbfe9465816a0651c51d24bf7e7abcb061 /src/nvim/eval.lua | |
parent | 6ba3b8538245d1176b869734c76f2688709cf106 (diff) | |
download | rneovim-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 'src/nvim/eval.lua')
-rw-r--r-- | src/nvim/eval.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index 9022103c7d..980a8d2326 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -301,7 +301,6 @@ 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}}, |