diff src/version.c @ 4071:8819ea6dcb72 v7.3.790

updated for version 7.3.790 Problem: After reloading a buffer the modelines are not processed. Solution: call do_modelines(). (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 14:13:56 +0100
parents 43c15135926f
children 16e8a09e8ab0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    790,
+/**/
     789,
 /**/
     788,