mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs: clarify line about converse of lua-heredoc (#21592)
Co-authored-by: sean.twie03 <nothankyou@gmail.com>
This commit is contained in:
parent
f62c30ad0d
commit
b49599ce7e
@ -199,8 +199,8 @@ this allows you to pass multiple commands to a single call of |vim.cmd()|:
|
|||||||
highlight link Warning Error
|
highlight link Warning Error
|
||||||
]])
|
]])
|
||||||
<
|
<
|
||||||
This is the converse of |lua-heredoc| and allows you to include Lua code in
|
This is the converse of |lua-heredoc| and allows you to include Vimscript code in
|
||||||
your `init.vim`.
|
your `init.lua`.
|
||||||
|
|
||||||
If you want to build your Vim command programmatically, the following form can
|
If you want to build your Vim command programmatically, the following form can
|
||||||
be useful (all these are equivalent to the corresponding line above):
|
be useful (all these are equivalent to the corresponding line above):
|
||||||
|
Loading…
Reference in New Issue
Block a user