diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-02-19 14:20:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 14:20:52 +0100 |
commit | 22337b1c014433fef957c6078d4b11dd44852246 (patch) | |
tree | f0a8862c6d5fa7f6828c568d6e58855b3b9a0fe2 /runtime | |
parent | b0bbe82a60ea65e94d6fd4fdc2a13b45aa457973 (diff) | |
parent | baab49ee89a927f63bfefdb432155a1037afa93a (diff) | |
download | rneovim-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.txt | 2 |
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* |