diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    605,
+/**/
     604,
 /**/
     603,