doc: remove mention of "drop" register (#8893)

close #8881
This commit is contained in:
A Brooks 2018-08-23 12:49:23 -05:00 committed by Justin M. Keyes
parent e89df8a54d
commit 925c153f86

View File

@ -1135,7 +1135,7 @@ There are ten types of registers: *registers* *E354*
5. three read-only registers ":, "., "% 5. three read-only registers ":, "., "%
6. alternate buffer register "# 6. alternate buffer register "#
7. the expression register "= 7. the expression register "=
8. The selection and drop registers "*, "+ and "~ 8. The selection registers "* and "+
9. The black hole register "_ 9. The black hole register "_
10. Last search pattern 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 characters. If the String ends in a <NL>, it is regarded as a linewise
register. register.
8. Selection and drop registers "*, "+ and "~ 8. Selection registers "* and "+
Use these registers for storing and retrieving the selected text for the GUI. 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 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, working, the unnamed register is used instead. For Unix systems and Mac OS X,