diff options
author | Lee Wannacott <wannacottL@gmail.com> | 2021-03-07 00:31:58 +1300 |
---|---|---|
committer | Lee Wannacott <wannacottL@gmail.com> | 2021-03-07 00:31:58 +1300 |
commit | ea99e7f2abd0ab6318f46d098c34ecc4107ace4d (patch) | |
tree | 31444fa51b917146a9c8bb40a893d7ba614ee0a7 | |
parent | cde94598ed08c35341f4251dd2a0111ef52b338d (diff) | |
download | rneovim-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.txt | 2 |
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}) |