mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(docs): ignore_invalid #24174
Regex bug in scripts/gen_help_html.lua:ignore_invalid()
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user