From 69c1362a5644ea0521a2b20e51bbbd5d5b7c8626 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 11 Sep 2009 11:29:02 +0000 Subject: [PATCH] [7.2.246] Cscope home page link is wrong. Problem: Cscope home page link is wrong. Solution: Update the URL. (Sergey Khorev) Patch 7.2.246 --- runtime/doc/if_cscop.txt | 3 ++- src/version.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/runtime/doc/if_cscop.txt b/runtime/doc/if_cscop.txt index 3d98e4a..c8f9995 100644 --- a/runtime/doc/if_cscop.txt +++ b/runtime/doc/if_cscop.txt @@ -481,7 +481,8 @@ bit of code) was adapted from the cscope interface in nvi. Please report any problems, suggestions, patches, et al., you have for the usage of cscope within Vim to him. *cscope-win32* -For a cscope version for Win32 see: http://iamphet.nm.ru/cscope/index.html +For a cscope version for Win32 see: + http://code.google.com/p/cscope-win32/ Win32 support was added by Sergey Khorev . Contact him if you have Win32-specific issues. diff --git a/src/version.c b/src/version.c index b5ae112..a6d9591 100644 --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 246, +/**/ 245, /**/ 244, -- 2.11.4.GIT