commit | cab465a6d7a7d158c99b04ddc81650b468d82227 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 21:25:23 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 21:25:23 2013 +0200 |
tree | 6f1620ff103430ac7167754f9b0c4d301be8f404 | |
parent | 0825c00f14bb60202bcd0391bc3f0eba4d188aac [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e7f399b..fddef11 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1180, +/**/ 1179, /**/ 1178,