summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2009-09-11 09:30:34 +0000
committervimboss <devnull@localhost>2009-09-11 09:30:34 +0000
commit39f18985c9a03079eb0b223fc0e9727d2c121d54 (patch)
treeae42419bd0d41f7fb22089c9c7c1e4a5f2cb2876
parent25a1c311363f9174bc8ca3afae9af921110c4d4e (diff)
downloadvim-39f18985c9a03079eb0b223fc0e9727d2c121d54.tar.gz
updated for version 7.2-246v7.2.246v7-2-246
-rw-r--r--runtime/doc/if_cscop.txt3
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/if_cscop.txt b/runtime/doc/if_cscop.txt
index 3d98e4a1..c8f99956 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 <sergey.khorev@gmail.com>. Contact
him if you have Win32-specific issues.
diff --git a/src/version.c b/src/version.c
index b5ae1122..a6d95911 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,