aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Wannacott <wannacottL@gmail.com>2021-03-07 00:31:58 +1300
committerLee Wannacott <wannacottL@gmail.com>2021-03-07 00:31:58 +1300
commitea99e7f2abd0ab6318f46d098c34ecc4107ace4d (patch)
tree31444fa51b917146a9c8bb40a893d7ba614ee0a7
parentcde94598ed08c35341f4251dd2a0111ef52b338d (diff)
downloadrneovim-ea99e7f2abd0ab6318f46d098c34ecc4107ace4d.tar.gz
rneovim-ea99e7f2abd0ab6318f46d098c34ecc4107ace4d.tar.bz2
rneovim-ea99e7f2abd0ab6318f46d098c34ecc4107ace4d.zip
Forgot to add colon to the {follow} parameters statement
-rw-r--r--runtime/doc/api.txt2
1 files changed, 1 insertions, 1 deletions
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})