mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
feat(docs): update parser, HTML gen #20720
Note: although the tolerance in help_spec.lua increased, the actual error count with the new parser decreased by about 20%. The difference is that the old ignore_parse_error() ignored many more errors with the old parser. fix https://github.com/neovim/tree-sitter-vimdoc/issues/37 fix https://github.com/neovim/tree-sitter-vimdoc/issues/44 fix https://github.com/neovim/tree-sitter-vimdoc/issues/47
This commit is contained in:
parent
4d896be681
commit
ef4c339fb9
@ -12,6 +12,9 @@ low-risk/isolated tasks:
|
|||||||
[Coverity](#coverity).
|
[Coverity](#coverity).
|
||||||
- [Improve documentation](#documenting)
|
- [Improve documentation](#documenting)
|
||||||
- [Merge a Vim patch] (requires strong familiarity with Vim)
|
- [Merge a Vim patch] (requires strong familiarity with Vim)
|
||||||
|
- NOTE: read the above link before sending improvements to "runtime files" (anything in `runtime/`).
|
||||||
|
- Vimscript and documentation files are (mostly) maintained by [Vim](https://github.com/vim/vim), not Nvim.
|
||||||
|
- Lua files are maintained by Nvim.
|
||||||
|
|
||||||
Reporting problems
|
Reporting problems
|
||||||
------------------
|
------------------
|
||||||
|
@ -203,8 +203,8 @@ set(TREESITTER_LUA_SHA256 564594fe0ffd2f2fb3578a15019b723e1bc94ac82cb6a0103a6b3b
|
|||||||
set(TREESITTER_VIM_URL https://github.com/vigoux/tree-sitter-viml/archive/v0.2.0.tar.gz)
|
set(TREESITTER_VIM_URL https://github.com/vigoux/tree-sitter-viml/archive/v0.2.0.tar.gz)
|
||||||
set(TREESITTER_VIM_SHA256 608dcc31a7948cb66ae7f45494620e2e9face1af75598205541f80d782ec4501)
|
set(TREESITTER_VIM_SHA256 608dcc31a7948cb66ae7f45494620e2e9face1af75598205541f80d782ec4501)
|
||||||
|
|
||||||
set(TREESITTER_HELP_URL https://github.com/neovim/tree-sitter-vimdoc/archive/v1.2.1.tar.gz)
|
set(TREESITTER_HELP_URL https://github.com/neovim/tree-sitter-vimdoc/archive/v1.2.2.tar.gz)
|
||||||
set(TREESITTER_HELP_SHA256 43ddfebc311b399b284c2f1d4255a8ee3f870fc240ac08b89487c80135c63afe)
|
set(TREESITTER_HELP_SHA256 d33b9447dae04f19e1ac50c94b78e305574c07f942791f70aea96fe266447c18)
|
||||||
|
|
||||||
set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.20.7.tar.gz)
|
set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.20.7.tar.gz)
|
||||||
set(TREESITTER_SHA256 b355e968ec2d0241bbd96748e00a9038f83968f85d822ecb9940cbe4c42e182e)
|
set(TREESITTER_SHA256 b355e968ec2d0241bbd96748e00a9038f83968f85d822ecb9940cbe4c42e182e)
|
||||||
|
@ -14,8 +14,9 @@ It is best to view this file with these settings within VIM's GUI: >
|
|||||||
:set arabicshape
|
:set arabicshape
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
|
||||||
Arabic is a rather demanding language in which a number of special
|
Arabic is a rather demanding language in which a number of special
|
||||||
features are required. Characters are right-to-left oriented and
|
features are required. Characters are right-to-left oriented and
|
||||||
ought to appear as such on the screen (i.e. from right to left).
|
ought to appear as such on the screen (i.e. from right to left).
|
||||||
@ -34,8 +35,9 @@ The commands, prompts and help files are not in Arabic, therefore
|
|||||||
the user interface remains the standard Vi interface.
|
the user interface remains the standard Vi interface.
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
Highlights
|
Highlights
|
||||||
----------
|
|
||||||
o Editing left-to-right files as in the original Vim hasn't changed.
|
o Editing left-to-right files as in the original Vim hasn't changed.
|
||||||
|
|
||||||
o Viewing and editing files in right-to-left windows. File
|
o Viewing and editing files in right-to-left windows. File
|
||||||
@ -64,8 +66,8 @@ o Proper Bidirectional functionality is possible given Vim is
|
|||||||
started within a Bidi capable terminal emulator.
|
started within a Bidi capable terminal emulator.
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
Arabic Fonts *arabicfonts*
|
Arabic Fonts *arabicfonts*
|
||||||
------------
|
|
||||||
|
|
||||||
Vim requires monospaced fonts of which there are many out there.
|
Vim requires monospaced fonts of which there are many out there.
|
||||||
Arabic requires ISO-8859-6 as well as Presentation Form-B fonts
|
Arabic requires ISO-8859-6 as well as Presentation Form-B fonts
|
||||||
@ -75,8 +77,8 @@ Do an Internet search or check www.arabeyes.org for further
|
|||||||
info on where to obtain the necessary Arabic fonts.
|
info on where to obtain the necessary Arabic fonts.
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
Font Installation
|
Font Installation
|
||||||
-----------------
|
|
||||||
|
|
||||||
o Installation of fonts for X Window systems (Unix/Linux)
|
o Installation of fonts for X Window systems (Unix/Linux)
|
||||||
|
|
||||||
@ -88,8 +90,9 @@ o Installation of fonts for X Window systems (Unix/Linux)
|
|||||||
% xset +fp path_name_of_arabic_fonts_directory
|
% xset +fp path_name_of_arabic_fonts_directory
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
Usage
|
Usage
|
||||||
-----
|
|
||||||
Prior to the actual usage of Arabic within Vim, a number of settings
|
Prior to the actual usage of Arabic within Vim, a number of settings
|
||||||
need to be accounted for and invoked.
|
need to be accounted for and invoked.
|
||||||
|
|
||||||
@ -259,8 +262,8 @@ o Enable Arabic settings [short-cut]
|
|||||||
':set arabicshape' to your vimrc file.
|
':set arabicshape' to your vimrc file.
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
Keymap/Keyboard *arabickeymap*
|
Keymap/Keyboard *arabickeymap*
|
||||||
---------------
|
|
||||||
|
|
||||||
The character/letter encoding used in Vim is the standard UTF-8.
|
The character/letter encoding used in Vim is the standard UTF-8.
|
||||||
It is widely discouraged that any other encoding be used or even
|
It is widely discouraged that any other encoding be used or even
|
||||||
@ -276,7 +279,7 @@ o Keyboard
|
|||||||
+ CTRL-^ in insert/replace mode toggles between Arabic/Latin mode
|
+ CTRL-^ in insert/replace mode toggles between Arabic/Latin mode
|
||||||
|
|
||||||
+ Keyboard mapping is based on the Microsoft's Arabic keymap (the
|
+ Keyboard mapping is based on the Microsoft's Arabic keymap (the
|
||||||
de facto standard in the Arab world):
|
de facto standard in the Arab world): >
|
||||||
|
|
||||||
+---------------------------------------------------------------------+
|
+---------------------------------------------------------------------+
|
||||||
|! |@ |# |$ |% |^ |& |* |( |) |_ |+ || |~ ّ |
|
|! |@ |# |$ |% |^ |& |* |( |) |_ |+ || |~ ّ |
|
||||||
@ -291,17 +294,18 @@ o Keyboard
|
|||||||
|Z ~ |X ْ |C { |V } |B لآ |N آ |M ' |< , |> . |? ؟ |
|
|Z ~ |X ْ |C { |V } |B لآ |N آ |M ' |< , |> . |? ؟ |
|
||||||
|z ئ |x ء |c ؤ |v ر |b لا |n ى |m ة |, و |. ز |/ ظ |
|
|z ئ |x ء |c ؤ |v ر |b لا |n ى |m ة |, و |. ز |/ ظ |
|
||||||
+-------------------------------------------------+
|
+-------------------------------------------------+
|
||||||
|
<
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
Restrictions
|
Restrictions
|
||||||
------------
|
|
||||||
|
|
||||||
o Vim in its GUI form does not currently support Bi-directionality
|
o Vim in its GUI form does not currently support Bi-directionality
|
||||||
(i.e. the ability to see both Arabic and Latin intermixed within
|
(i.e. the ability to see both Arabic and Latin intermixed within
|
||||||
the same line).
|
the same line).
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
Known Bugs
|
Known Bugs
|
||||||
----------
|
|
||||||
|
|
||||||
There is one known minor bug,
|
There is one known minor bug,
|
||||||
|
|
||||||
|
@ -6790,18 +6790,24 @@ serverstart([{address}]) *serverstart()*
|
|||||||
|RPC| messages. Clients can send |API| commands to the
|
|RPC| messages. Clients can send |API| commands to the
|
||||||
returned address to control Nvim.
|
returned address to control Nvim.
|
||||||
|
|
||||||
Returns the address string (may differ from the requested
|
Returns the address string (which may differ from the
|
||||||
{address}).
|
{address} argument, see below).
|
||||||
|
|
||||||
- If {address} contains a colon ":" it is interpreted as
|
|
||||||
a TCP/IPv4/IPv6 address where the last ":" separates host
|
|
||||||
and port (empty or zero assigns a random port).
|
|
||||||
- Else it is interpreted as a named pipe or Unix domain socket
|
|
||||||
path. If there are no slashes it is treated as a name and
|
|
||||||
appended to a generated path.
|
|
||||||
- If {address} is empty it generates a path.
|
|
||||||
|
|
||||||
Example named pipe: >
|
- If {address} has a colon (":") it is a TCP/IPv4/IPv6 address
|
||||||
|
where the last ":" separates host and port (empty or zero
|
||||||
|
assigns a random port).
|
||||||
|
- Else {address} is the path to a named pipe (except on Windows).
|
||||||
|
- If {address} has no slashes ("/") it is treated as the
|
||||||
|
"name" part of a generated path in this format: >
|
||||||
|
stdpath("run").."/{name}.{pid}.{counter}"
|
||||||
|
< - If {address} is omitted the name is "nvim". >
|
||||||
|
:echo serverstart()
|
||||||
|
=> /tmp/nvim.bram/oknANW/nvim.15430.5
|
||||||
|
|
||||||
|
< Example bash command to list all Nvim servers: >
|
||||||
|
ls ${XDG_RUNTIME_DIR:-${TMPDIR}nvim.${USER}}/*/nvim.*.0
|
||||||
|
|
||||||
|
< Example named pipe: >
|
||||||
if has('win32')
|
if has('win32')
|
||||||
echo serverstart('\\.\pipe\nvim-pipe-1234')
|
echo serverstart('\\.\pipe\nvim-pipe-1234')
|
||||||
else
|
else
|
||||||
|
@ -2141,9 +2141,11 @@ v:scrollstart String describing the script or function that caused the
|
|||||||
hit-enter prompt.
|
hit-enter prompt.
|
||||||
|
|
||||||
*v:servername* *servername-variable*
|
*v:servername* *servername-variable*
|
||||||
v:servername Primary listen-address of the current Nvim instance, the first
|
v:servername Primary listen-address of Nvim, the first item returned by
|
||||||
item returned by |serverlist()|. Can be set by |--listen| or
|
|serverlist()|. Usually this is the named pipe created by Nvim
|
||||||
|$NVIM_LISTEN_ADDRESS| (deprecated) at startup.
|
at |startup| or given by |--listen| (or the deprecated
|
||||||
|
|$NVIM_LISTEN_ADDRESS| env var).
|
||||||
|
|
||||||
See also |serverstart()| |serverstop()|.
|
See also |serverstart()| |serverstop()|.
|
||||||
Read-only.
|
Read-only.
|
||||||
|
|
||||||
|
@ -373,7 +373,7 @@ notation meaning equivalent decimal value(s) ~
|
|||||||
<M-…> alt-key or meta-key *META* *ALT* *<M-*
|
<M-…> alt-key or meta-key *META* *ALT* *<M-*
|
||||||
<A-…> same as <M-…> *<A-*
|
<A-…> same as <M-…> *<A-*
|
||||||
<D-…> command-key or "super" key *<D-*
|
<D-…> command-key or "super" key *<D-*
|
||||||
-----------------------------------------------------------------------
|
----------------------------------------------------------------------- ~
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
|
|
||||||
|
@ -309,7 +309,7 @@ g<Down> [count] display lines downward. |exclusive| motion.
|
|||||||
an operator, because it's not linewise.
|
an operator, because it's not linewise.
|
||||||
|
|
||||||
*-*
|
*-*
|
||||||
- <minus> [count] lines upward, on the first non-blank
|
`-` <minus> [count] lines upward, on the first non-blank
|
||||||
character |linewise|.
|
character |linewise|.
|
||||||
|
|
||||||
+ or *+*
|
+ or *+*
|
||||||
|
@ -401,18 +401,20 @@ accordingly, proceeding as follows:
|
|||||||
The |-V| argument can be used to display or log what happens next,
|
The |-V| argument can be used to display or log what happens next,
|
||||||
useful for debugging the initializations.
|
useful for debugging the initializations.
|
||||||
|
|
||||||
3. Wait for UI to connect.
|
3. Start a server (unless |--listen| was given) and set |v:servername|.
|
||||||
|
|
||||||
|
4. Wait for UI to connect.
|
||||||
Nvim started with |--embed| waits for the UI to connect before
|
Nvim started with |--embed| waits for the UI to connect before
|
||||||
proceeding to load user configuration.
|
proceeding to load user configuration.
|
||||||
|
|
||||||
4. Setup |default-mappings| and |default-autocmds|. Create |popup-menu|.
|
5. Setup |default-mappings| and |default-autocmds|. Create |popup-menu|.
|
||||||
|
|
||||||
5. Enable filetype and indent plugins.
|
6. Enable filetype and indent plugins.
|
||||||
This does the same as the command: >
|
This does the same as the command: >
|
||||||
:runtime! ftplugin.vim indent.vim
|
:runtime! ftplugin.vim indent.vim
|
||||||
< Skipped if the "-u NONE" command line argument was given.
|
< Skipped if the "-u NONE" command line argument was given.
|
||||||
|
|
||||||
6. Load user config (execute Ex commands from files, environment, …).
|
7. Load user config (execute Ex commands from files, environment, …).
|
||||||
$VIMINIT environment variable is read as one Ex command line (separate
|
$VIMINIT environment variable is read as one Ex command line (separate
|
||||||
multiple commands with '|' or <NL>).
|
multiple commands with '|' or <NL>).
|
||||||
*config* *init.vim* *init.lua* *vimrc* *exrc*
|
*config* *init.vim* *init.lua* *vimrc* *exrc*
|
||||||
@ -456,19 +458,19 @@ accordingly, proceeding as follows:
|
|||||||
- The file ".nvimrc"
|
- The file ".nvimrc"
|
||||||
- The file ".exrc"
|
- The file ".exrc"
|
||||||
|
|
||||||
7. Enable filetype detection.
|
8. Enable filetype detection.
|
||||||
This does the same as the command: >
|
This does the same as the command: >
|
||||||
:runtime! filetype.lua
|
:runtime! filetype.lua
|
||||||
< Skipped if ":filetype off" was called or if the "-u NONE" command line
|
< Skipped if ":filetype off" was called or if the "-u NONE" command line
|
||||||
argument was given.
|
argument was given.
|
||||||
|
|
||||||
8. Enable syntax highlighting.
|
9. Enable syntax highlighting.
|
||||||
This does the same as the command: >
|
This does the same as the command: >
|
||||||
:runtime! syntax/syntax.vim
|
:runtime! syntax/syntax.vim
|
||||||
< Skipped if ":syntax off" was called or if the "-u NONE" command
|
< Skipped if ":syntax off" was called or if the "-u NONE" command
|
||||||
line argument was given.
|
line argument was given.
|
||||||
|
|
||||||
9. Load the plugin scripts. *load-plugins*
|
10. Load the plugin scripts. *load-plugins*
|
||||||
This does the same as the command: >
|
This does the same as the command: >
|
||||||
:runtime! plugin/**/*.vim
|
:runtime! plugin/**/*.vim
|
||||||
:runtime! plugin/**/*.lua
|
:runtime! plugin/**/*.lua
|
||||||
@ -498,21 +500,21 @@ accordingly, proceeding as follows:
|
|||||||
if packages have been found, but that should not add a directory
|
if packages have been found, but that should not add a directory
|
||||||
ending in "after".
|
ending in "after".
|
||||||
|
|
||||||
10. Set 'shellpipe' and 'shellredir'
|
11. Set 'shellpipe' and 'shellredir'
|
||||||
The 'shellpipe' and 'shellredir' options are set according to the
|
The 'shellpipe' and 'shellredir' options are set according to the
|
||||||
value of the 'shell' option, unless they have been set before.
|
value of the 'shell' option, unless they have been set before.
|
||||||
This means that Nvim will figure out the values of 'shellpipe' and
|
This means that Nvim will figure out the values of 'shellpipe' and
|
||||||
'shellredir' for you, unless you have set them yourself.
|
'shellredir' for you, unless you have set them yourself.
|
||||||
|
|
||||||
11. Set 'updatecount' to zero, if "-n" command argument used
|
12. Set 'updatecount' to zero, if "-n" command argument used
|
||||||
|
|
||||||
12. Set binary options if the |-b| flag was given.
|
13. Set binary options if the |-b| flag was given.
|
||||||
|
|
||||||
13. Read the |shada-file|.
|
14. Read the |shada-file|.
|
||||||
|
|
||||||
14. Read the quickfix file if the |-q| flag was given, or exit on failure.
|
15. Read the quickfix file if the |-q| flag was given, or exit on failure.
|
||||||
|
|
||||||
15. Open all windows
|
16. Open all windows
|
||||||
When the |-o| flag was given, windows will be opened (but not
|
When the |-o| flag was given, windows will be opened (but not
|
||||||
displayed yet).
|
displayed yet).
|
||||||
When the |-p| flag was given, tab pages will be created (but not
|
When the |-p| flag was given, tab pages will be created (but not
|
||||||
@ -522,7 +524,7 @@ accordingly, proceeding as follows:
|
|||||||
Buffers for all windows will be loaded, without triggering |BufAdd|
|
Buffers for all windows will be loaded, without triggering |BufAdd|
|
||||||
autocommands.
|
autocommands.
|
||||||
|
|
||||||
16. Execute startup commands
|
17. Execute startup commands
|
||||||
If a |-t| flag was given, the tag is jumped to.
|
If a |-t| flag was given, the tag is jumped to.
|
||||||
Commands given with |-c| and |+cmd| are executed.
|
Commands given with |-c| and |+cmd| are executed.
|
||||||
The starting flag is reset, has("vim_starting") will now return zero.
|
The starting flag is reset, has("vim_starting") will now return zero.
|
||||||
|
@ -74,6 +74,23 @@ local exclude_invalid = {
|
|||||||
["vim.treesitter.start()"] = "treesitter.txt",
|
["vim.treesitter.start()"] = "treesitter.txt",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- False-positive "invalid URLs".
|
||||||
|
local exclude_invalid_urls = {
|
||||||
|
["http://"] = "usr_23.txt",
|
||||||
|
["http://."] = "usr_23.txt",
|
||||||
|
["http://aspell.net/man-html/Affix-Compression.html"] = "spell.txt",
|
||||||
|
["http://aspell.net/man-html/Phonetic-Code.html"] = "spell.txt",
|
||||||
|
["http://canna.sourceforge.jp/"] = "mbyte.txt",
|
||||||
|
["http://gnuada.sourceforge.net"] = "ft_ada.txt",
|
||||||
|
["http://lua-users.org/wiki/StringLibraryTutorial"] = "lua.txt",
|
||||||
|
["http://michael.toren.net/code/"] = "pi_tar.txt",
|
||||||
|
["http://papp.plan9.de"] = "syntax.txt",
|
||||||
|
["http://wiki.services.openoffice.org/wiki/Dictionaries"] = "spell.txt",
|
||||||
|
["http://www.adapower.com"] = "ft_ada.txt",
|
||||||
|
["http://www.ghostscript.com/"] = "print.txt",
|
||||||
|
["http://www.jclark.com/"] = "quickfix.txt",
|
||||||
|
}
|
||||||
|
|
||||||
local function tofile(fname, text)
|
local function tofile(fname, text)
|
||||||
local f = io.open(fname, 'w')
|
local f = io.open(fname, 'w')
|
||||||
if not f then
|
if not f then
|
||||||
@ -278,10 +295,13 @@ local function ignore_invalid(s)
|
|||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
local function ignore_parse_error(s)
|
local function ignore_parse_error(s, fname)
|
||||||
-- Ignore parse errors for unclosed codespan/optionlink/tag.
|
local helpfile = vim.fs.basename(fname)
|
||||||
-- This is common in vimdocs and is treated as plaintext by :help.
|
return (helpfile == 'pi_netrw.txt'
|
||||||
return s:find("^[`'|*]")
|
-- Ignore parse errors for unclosed tag.
|
||||||
|
-- This is common in vimdocs and is treated as plaintext by :help.
|
||||||
|
or s:find("^[`'|*]")
|
||||||
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
local function has_ancestor(node, ancestor_name)
|
local function has_ancestor(node, ancestor_name)
|
||||||
@ -323,7 +343,7 @@ local function validate_url(text, fname)
|
|||||||
local ignored = false
|
local ignored = false
|
||||||
if vim.fs.basename(fname) == 'pi_netrw.txt' then
|
if vim.fs.basename(fname) == 'pi_netrw.txt' then
|
||||||
ignored = true
|
ignored = true
|
||||||
elseif text:find('http%:') then
|
elseif text:find('http%:') and not exclude_invalid_urls[text] then
|
||||||
invalid_urls[text] = vim.fs.basename(fname)
|
invalid_urls[text] = vim.fs.basename(fname)
|
||||||
end
|
end
|
||||||
return ignored
|
return ignored
|
||||||
@ -348,7 +368,7 @@ local function visit_validate(root, level, lang_tree, opt, stats)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if node_name == 'ERROR' then
|
if node_name == 'ERROR' then
|
||||||
if ignore_parse_error(text) then
|
if ignore_parse_error(text, opt.fname) then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
-- Store the raw text to give context to the error report.
|
-- Store the raw text to give context to the error report.
|
||||||
@ -363,7 +383,8 @@ local function visit_validate(root, level, lang_tree, opt, stats)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
elseif node_name == 'url' then
|
elseif node_name == 'url' then
|
||||||
validate_url(text, opt.fname)
|
local fixed_url, _ = fix_url(trim(text))
|
||||||
|
validate_url(fixed_url, opt.fname)
|
||||||
elseif node_name == 'taglink' or node_name == 'optionlink' then
|
elseif node_name == 'taglink' or node_name == 'optionlink' then
|
||||||
local _, _, _ = validate_link(root, opt.buf, opt.fname)
|
local _, _, _ = validate_link(root, opt.buf, opt.fname)
|
||||||
end
|
end
|
||||||
@ -523,7 +544,7 @@ local function visit_node(root, level, lang_tree, headings, opt, stats)
|
|||||||
end
|
end
|
||||||
return s
|
return s
|
||||||
elseif node_name == 'ERROR' then
|
elseif node_name == 'ERROR' then
|
||||||
if ignore_parse_error(trimmed) then
|
if ignore_parse_error(trimmed, opt.fname) then
|
||||||
return text
|
return text
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -19,10 +19,11 @@ describe(':help docs', function()
|
|||||||
local rv = exec_lua([[return require('scripts.gen_help_html').validate('./build/runtime/doc')]])
|
local rv = exec_lua([[return require('scripts.gen_help_html').validate('./build/runtime/doc')]])
|
||||||
-- Check that we actually found helpfiles.
|
-- Check that we actually found helpfiles.
|
||||||
ok(rv.helpfiles > 100, '>100 :help files', rv.helpfiles)
|
ok(rv.helpfiles > 100, '>100 :help files', rv.helpfiles)
|
||||||
|
eq({}, rv.invalid_links, 'found invalid :help tag links')
|
||||||
|
eq({}, rv.invalid_urls, 'found invalid URLs in :help docs')
|
||||||
-- Check that parse errors did not increase wildly.
|
-- Check that parse errors did not increase wildly.
|
||||||
-- TODO: Fix all parse errors in :help files.
|
-- TODO: Fix all parse errors in :help files.
|
||||||
ok(rv.err_count < 100, '<100 parse errors', rv.err_count)
|
ok(rv.err_count < 350, '<350 parse errors', rv.err_count)
|
||||||
eq({}, rv.invalid_links, exec_lua([[return 'found invalid :help tag links:\n'..vim.inspect(...)]], rv.invalid_links))
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
it('gen_help_html.lua generates HTML', function()
|
it('gen_help_html.lua generates HTML', function()
|
||||||
@ -43,7 +44,7 @@ describe(':help docs', function()
|
|||||||
tmpdir
|
tmpdir
|
||||||
)
|
)
|
||||||
eq(4, #rv.helpfiles)
|
eq(4, #rv.helpfiles)
|
||||||
ok(rv.err_count == 0, '0 parse errors', rv.err_count)
|
ok(rv.err_count < 25, '<25 parse errors', rv.err_count)
|
||||||
eq({}, rv.invalid_links, exec_lua([[return 'found invalid :help tag links:\n'..vim.inspect(...)]], rv.invalid_links))
|
eq({}, rv.invalid_links, 'found invalid :help tag links')
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user