mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
Clarify that nvim_put()'s {after} and {follow} parameters expect boolean values true, or false.
This commit is contained in:
@@ -1416,8 +1416,9 @@ nvim_put({lines}, {type}, {after}, {follow}) *nvim_put()*
|
|||||||
• "l" |linewise| mode
|
• "l" |linewise| mode
|
||||||
• "" guess by contents, see |setreg()|
|
• "" guess by contents, see |setreg()|
|
||||||
{after} Insert after cursor (like |p|), or before (like
|
{after} Insert after cursor (like |p|), or before (like
|
||||||
|P|).
|
|P|). Expects boolean value: true, or false.
|
||||||
{follow} Place cursor at end of inserted text.
|
{follow} Place cursor at end of inserted text. Expects
|
||||||
|
boolean value true, or false.
|
||||||
|
|
||||||
*nvim_replace_termcodes()*
|
*nvim_replace_termcodes()*
|
||||||
nvim_replace_termcodes({str}, {from_part}, {do_lt}, {special})
|
nvim_replace_termcodes({str}, {from_part}, {do_lt}, {special})
|
||||||
|
|||||||
Reference in New Issue
Block a user