1
0
forked from aniani/vim

updated for version 7.4.199

Problem:    (issue 197) ]P doesn't paste over Visual selection.
Solution:   Handle Visual mode specifically. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2014-03-12 17:42:04 +01:00
parent d8619997c4
commit 27bed20452
2 changed files with 53 additions and 3 deletions

View File

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