commit | 2f982e4fabf27806d96cedd34d0f1823a3fc52c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 20:42:22 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 20:42:22 2011 +0200 |
tree | 3d36b24aa262c92e0edaece377ce2d3ed5c46f1b | |
parent | 536d95f6171b75093e7dc2894144a9bd44a85895 [diff] [blame] |
updated for version 7.3.210 Problem: Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu)
diff --git a/src/version.c b/src/version.c index 93bfb55..1033b74 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 210, +/**/ 209, /**/ 208,