forked from aniani/vim
patch 8.2.4881: "P" in Visual mode still changes some registers
Problem: "P" in Visual mode still changes some registers.
Solution: Make "P" in Visual mode not change any register. (Shougo
Matsushita, closes #10349)
This commit is contained in:
committed by
Bram Moolenaar
parent
434725cc4c
commit
509142ab7a
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4881,
|
||||
/**/
|
||||
4880,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user