aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-02-19 14:20:52 +0100
committerGitHub <noreply@github.com>2017-02-19 14:20:52 +0100
commit22337b1c014433fef957c6078d4b11dd44852246 (patch)
treef0a8862c6d5fa7f6828c568d6e58855b3b9a0fe2 /runtime
parentb0bbe82a60ea65e94d6fd4fdc2a13b45aa457973 (diff)
parentbaab49ee89a927f63bfefdb432155a1037afa93a (diff)
downloadrneovim-22337b1c014433fef957c6078d4b11dd44852246.tar.gz
rneovim-22337b1c014433fef957c6078d4b11dd44852246.tar.bz2
rneovim-22337b1c014433fef957c6078d4b11dd44852246.zip
Merge #6137 from justinmk/cmdline-ctrl-r
cmdline: CTRL-R: Omit trailing ^M character
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/vim_diff.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 176a29d072..bcc5d03ff0 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -238,6 +238,8 @@ newly allocated memory all over the place) and fail on types which cannot be
coerced to strings. See |id()| for more details, currently it uses
`printf("%p", {expr})` internally.
+|c_CTRL-R| pasting a non-special register into |cmdline| omits the last <CR>.
+
==============================================================================
5. Missing legacy features *nvim-features-missing*
*if_lua* *if_perl* *if_mzscheme* *if_tcl*