diff src/version.c @ 4867:04b8912a9c85 v7.3.1180

updated for version 7.3.1180 Problem: When current directory changes, path from cscope may no longer be valid. (AS Budden) Solution: Always store the absolute path. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Jun 2013 21:25:23 +0200
parents d84833983de7
children b7bb20390111
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1180,
+/**/
     1179,
 /**/
     1178,