summaryrefslogtreecommitdiff
path: root/runtime/doc/testing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-10 22:10:56 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-10 22:10:56 +0200
commitd1caa941d876181aae0ebebc6ea954045bf0da24 (patch)
treed1bf3cfdafc0c363b970f95aaa55a3a9c81f12fb /runtime/doc/testing.txt
parent7b293c730b07d1586688e622b8d9cbbb4a52379b (diff)
downloadvim-git-d1caa941d876181aae0ebebc6ea954045bf0da24.tar.gz
Update runtime files
Diffstat (limited to 'runtime/doc/testing.txt')
-rw-r--r--runtime/doc/testing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt
index 458aa7cbb..9c87cba64 100644
--- a/runtime/doc/testing.txt
+++ b/runtime/doc/testing.txt
@@ -1,4 +1,4 @@
-*testing.txt* For Vim version 8.2. Last change: 2020 Feb 22
+*testing.txt* For Vim version 8.2. Last change: 2020 Apr 10
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -107,7 +107,7 @@ test_null_dict() *test_null_dict()*
test_null_function() *test_null_function()*
- Return a |FuncRef| that is null. Only useful for testing.
+ Return a |Funcref| that is null. Only useful for testing.
test_null_job() *test_null_job()*