fix(docs): ignore_invalid #24174

Regex bug in scripts/gen_help_html.lua:ignore_invalid()
This commit is contained in:
Justin M. Keyes
2023-06-27 10:21:27 -07:00
committed by GitHub
parent 929e4865d1
commit ab65a98adb
8 changed files with 12 additions and 15 deletions

View File

@@ -252,7 +252,7 @@ arguments separated by " " (space) instead of "\t" (tab).
{endmarker}
Executes Lua script {script} from within Vimscript. You can omit
[endmarker] after the "<<" and use a dot "." after {script} (similar to
|:append|, |:insert|). Refer to |let-heredoc| for more information.
|:append|, |:insert|). Refer to |:let-heredoc| for more information.
Example: >vim
function! CurrentLineInfo()