aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-22 21:07:06 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 09:21:26 -0400
commit01a629ca03f00c03cf0d8a57114535d976c67592 (patch)
tree4d5d13e53bbeac52a7b58003692c2b2bde0d68ca /runtime/doc/vim_diff.txt
parentfbe18d9ca41a419414cb112d0a426aa8803c6236 (diff)
downloadrneovim-01a629ca03f00c03cf0d8a57114535d976c67592.tar.gz
rneovim-01a629ca03f00c03cf0d8a57114535d976c67592.tar.bz2
rneovim-01a629ca03f00c03cf0d8a57114535d976c67592.zip
vim-patch:8.1.1726: the eval.txt help file is too big
Problem: The eval.txt help file is too big. Solution: Split off testing support to testing.txt. Move function details to where the functionality is explained. https://github.com/vim/vim/commit/ed997adaa1e9bd057ce732a73d933b739e9d0c30 Vim commit 5477506a9f01d40fad2e8f0555bc37adee30478f contains the duplicate tag fix in runtime/doc/testing.txt.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index eadc1c04a0..90953a4721 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -498,13 +498,22 @@ Test functions:
test_alloc_fail()
test_autochdir()
test_disable_char_avail()
+ test_feedinput()
+ test_garbagecollect_soon
+ test_getvalue()
+ test_ignore_error()
+ test_null_blob()
test_null_channel()
test_null_dict()
test_null_job()
test_null_list()
test_null_partial()
test_null_string()
+ test_option_not_set()
test_override()
+ test_refcount()
+ test_scrollbar()
+ test_setmouse()
test_settime()
TUI: