diff src/version.c @ 5564:cf722c092360 v7.4.130

updated for version 7.4.130 Problem: Relative line numbers mix up windows when using folds. Solution: Use hasFoldingWin() instead of hasFolding(). (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Sat, 14 Dec 2013 12:48:58 +0100
parents 1e28c0fad344
children 4b23119cb584
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    130,
+/**/
     129,
 /**/
     128,