mirror of
https://github.com/neovim/neovim.git
synced 2026-04-18 13:30:42 +00:00
vim-patch:8.2.0898: missing help for a function goes unnoticed
Problem: Missing help for a function goes unnoticed.
Solution: Add a test. (Gary Johnson)
6b0e528368
----
Test relies on parsing runtime/doc/*.txt and src/evalfunc.c .
Error-prone because Vim and Nvim diverged on both documentation
and source code in spite of ported Vim patches.
Importing src/nvim/eval.lua is an alternative
but it uses associatve index such that it's unsorted.
Treat it as N/A because I can't rewrite any of its tests
under minimal effort.
----
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -98,6 +98,7 @@ src/testdir/test_crypt.vim
|
||||
src/testdir/test_cscope.vim
|
||||
src/testdir/test_glvs.vim
|
||||
src/testdir/test_hardcopy.vim
|
||||
src/testdir/test_function_lists.vim
|
||||
src/testdir/test_job_fails.vim
|
||||
src/testdir/test_json.vim
|
||||
src/testdir/test_listener.vim
|
||||
|
||||
Reference in New Issue
Block a user