1
0
forked from aniani/vim

updated for version 7.3.649

Problem:    When 'clipboard' is set to "unnamed" small deletes end up in the
            numbered registers. (Ingo Karkat)
Solution:   Use the original register name to decide whether to put a delete
            in a numbered register. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2012-09-05 14:18:45 +02:00
parent 2c66669c33
commit 7c82130a76
2 changed files with 6 additions and 1 deletions

View File

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