aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Brooks <zab1000+github@gmail.com>2018-08-23 12:49:23 -0500
committerJustin M. Keyes <justinkz@gmail.com>2018-08-23 19:49:23 +0200
commit925c153f86908a601a19d0142d8c601cf35df88a (patch)
tree1bfb2d0ed85e300d9e1d105bcb03f78944dd3050
parente89df8a54de351f829da8cc807f8611182f60651 (diff)
downloadrneovim-925c153f86908a601a19d0142d8c601cf35df88a.tar.gz
rneovim-925c153f86908a601a19d0142d8c601cf35df88a.tar.bz2
rneovim-925c153f86908a601a19d0142d8c601cf35df88a.zip
doc: remove mention of "drop" register (#8893)
close #8881
-rw-r--r--runtime/doc/change.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 9610d7359f..f3dd0bd6df 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1135,7 +1135,7 @@ There are ten types of registers: *registers* *E354*
5. three read-only registers ":, "., "%
6. alternate buffer register "#
7. the expression register "=
-8. The selection and drop registers "*, "+ and "~
+8. The selection registers "* and "+
9. The black hole register "_
10. Last search pattern register "/
@@ -1236,7 +1236,7 @@ If the "= register is used for the "p" command, the String is split up at <NL>
characters. If the String ends in a <NL>, it is regarded as a linewise
register.
-8. Selection and drop registers "*, "+ and "~
+8. Selection registers "* and "+
Use these registers for storing and retrieving the selected text for the GUI.
See |quotestar| and |quoteplus|. When the clipboard is not available or not
working, the unnamed register is used instead. For Unix systems and Mac OS X,