1
0
forked from aniani/vim

patch 8.2.0568: the man filetype plugin overwrites the unnamed register

Problem:    The man filetype plugin overwrites the unnamed register.
Solution:   Use the black hole register. (Jason Franklin)
This commit is contained in:
Bram Moolenaar
2020-04-13 14:58:37 +02:00
parent 2c330432cf
commit 55b0fb7001
3 changed files with 26 additions and 4 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
568,
/**/
567,
/**/