1
0
forked from aniani/vim

updated for version 7.4.605

Problem:    The # register is not writable, it cannot be restored after
            jumping around.
Solution:   Make the # register writable. (Marcin Szamotulski)
This commit is contained in:
Bram Moolenaar
2015-01-27 18:44:16 +01:00
parent 6bf7c523ad
commit 3b3a9498d1
5 changed files with 55 additions and 16 deletions

View File

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