From ea99e7f2abd0ab6318f46d098c34ecc4107ace4d Mon Sep 17 00:00:00 2001 From: Lee Wannacott Date: Sun, 7 Mar 2021 00:31:58 +1300 Subject: Forgot to add colon to the {follow} parameters statement --- runtime/doc/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index e7ff6db692..107f7153bf 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -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}) -- cgit