diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-06-04 10:53:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-04 10:53:42 +0200 |
commit | df4ffce543ba0d4e2464b3978f4e66eaddf6a29a (patch) | |
tree | a13cdda09151c4e36919fbe279b968732f76fe97 /runtime/doc/change.txt | |
parent | 9961a9702e75d80e6d37637182f361320e690002 (diff) | |
download | rneovim-df4ffce543ba0d4e2464b3978f4e66eaddf6a29a.tar.gz rneovim-df4ffce543ba0d4e2464b3978f4e66eaddf6a29a.tar.bz2 rneovim-df4ffce543ba0d4e2464b3978f4e66eaddf6a29a.zip |
vim-patch:partial:cfa8f9a3f285 (#18858)
Update runtime files
https://github.com/vim/vim/commit/cfa8f9a3f285060152ebbdbf86fbc7aecf1dd756
skip syntax/vim.vim (needs 8.2.4770)
skip doc/syntax.vim (needs several colorscheme patches)
skip further rewrite of manual
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index ccc1f59b93..571fbaec95 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -1207,7 +1207,7 @@ to their previous contents. When the '>' flag is present in 'cpoptions' then a line break is inserted before the appended text. 5. Read-only registers ":, ". and "% -These are '%', '#', ':' and '.'. You can use them only with the "p", "P", +These are '%', ':' and '.'. You can use them only with the "p", "P", and ":put" commands and with CTRL-R. *quote_.* *quote.* *E29* ". Contains the last inserted text (the same as what is inserted |