Forgot to add colon to the {follow} parameters statement

This commit is contained in:
Lee Wannacott
2021-03-07 00:31:58 +13:00
parent cde94598ed
commit ea99e7f2ab

View File

@@ -1418,7 +1418,7 @@ nvim_put({lines}, {type}, {after}, {follow}) *nvim_put()*
{after} Insert after cursor (like |p|), or before (like
|P|). Expects boolean value: true, or false.
{follow} Place cursor at end of inserted text. Expects
boolean value true, or false.
boolean value: true, or false.
*nvim_replace_termcodes()*
nvim_replace_termcodes({str}, {from_part}, {do_lt}, {special})