aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-06-27 10:21:27 -0700
committerGitHub <noreply@github.com>2023-06-27 10:21:27 -0700
commitab65a98adba4d32b03e7296529c4bf1491c783eb (patch)
tree548059cb92e40862d3069710e9ae1b3814c504ee /runtime/doc/lua.txt
parent929e4865d1f59cb356f3f2f8a10ad6095b435544 (diff)
downloadrneovim-ab65a98adba4d32b03e7296529c4bf1491c783eb.tar.gz
rneovim-ab65a98adba4d32b03e7296529c4bf1491c783eb.tar.bz2
rneovim-ab65a98adba4d32b03e7296529c4bf1491c783eb.zip
fix(docs): ignore_invalid #24174
Regex bug in scripts/gen_help_html.lua:ignore_invalid()
Diffstat (limited to 'runtime/doc/lua.txt')
-rw-r--r--runtime/doc/lua.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
index 822ce4e85a..fb6cbca6e3 100644
--- a/runtime/doc/lua.txt
+++ b/runtime/doc/lua.txt
@@ -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()