comparison src/version.c @ 6557:c1ed973fb58f v7.4.605

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)
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 18:44:16 +0100
parents f625b6302d04
children 22f164bd7e8e
comparison
equal deleted inserted replaced
6556:35e6873f13a0 6557:c1ed973fb58f
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 605,
744 /**/ 746 /**/
745 604, 747 604,
746 /**/ 748 /**/
747 603, 749 603,
748 /**/ 750 /**/