[Backport release-0.8] docs: clarify line about converse of lua-heredoc (#21595)

docs: clarify line about converse of lua-heredoc

(cherry picked from commit fdfe700e5d)

Co-authored-by: sean.twie03 <nothankyou@gmail.com>
This commit is contained in:
github-actions[bot]
2022-12-30 17:56:49 +01:00
committed by GitHub
parent 2a4a532f6c
commit 056b24445f

View File

@ -199,8 +199,8 @@ this allows you to pass multiple commands to a single call of |vim.cmd()|:
highlight link Warning Error
]])
<
This is the converse of |lua-heredoc| and allows you to include Lua code in
your `init.vim`.
This is the converse of |lua-heredoc| and allows you to include Vimscript code in
your `init.lua`.
If you want to build your Vim command programmatically, the following form can
be useful (all these are equivalent to the corresponding line above):