diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-09-25 20:47:18 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-09-26 10:14:50 -0400 |
commit | c14d2399f6d98030fa1065d0c8bd732ad21deee6 (patch) | |
tree | f284c2fcb37d4a985ab600c3aa99c023bcb67ce3 | |
parent | 25b9a400a98cc09f8b5e91629d778814c0b5cf52 (diff) | |
download | rneovim-c14d2399f6d98030fa1065d0c8bd732ad21deee6.tar.gz rneovim-c14d2399f6d98030fa1065d0c8bd732ad21deee6.tar.bz2 rneovim-c14d2399f6d98030fa1065d0c8bd732ad21deee6.zip |
doc: test_garbagecollect_now() was ported
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 4bcea3e3fe..3090be82f2 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -508,7 +508,6 @@ Test functions: test_alloc_fail() test_autochdir() test_disable_char_avail() - test_garbagecollect_now() test_null_channel() test_null_dict() test_null_job() |