diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-08 18:40:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-08 18:40:46 -0700 |
commit | 74c362cec029ba39a8eb0bbd629148e4b6b54968 (patch) | |
tree | a8a8af880cb83f0bfb1da9284226868dcf64372f /runtime | |
parent | ccd947ca4a25edb59e00724d6fb20fb01f3b73f7 (diff) | |
parent | a9e2bae0eb6942829dbedfc9c422060da020d8e4 (diff) | |
download | rneovim-74c362cec029ba39a8eb0bbd629148e4b6b54968.tar.gz rneovim-74c362cec029ba39a8eb0bbd629148e4b6b54968.tar.bz2 rneovim-74c362cec029ba39a8eb0bbd629148e4b6b54968.zip |
Merge #10975 'paste: fix various bugs'
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/provider.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index 0083bb63a4..6fa3377a14 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -239,7 +239,7 @@ GUIs can paste by calling |nvim_paste()|. PASTE BEHAVIOR ~ -Paste inserts text after the cursor. Lines break at <NL>, <CR>, and <CR><NL>. +Paste inserts text before the cursor. Lines break at <NL>, <CR> and <CR><NL>. When pasting a huge amount of text, screen-updates are throttled and the message area shows a "..." pulse. |