commit | 5897e0c47029512890ecec2c8dddfb9103b02d88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 10 15:42:03 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 10 15:42:03 2011 +0200 |
tree | d1d8b9ee7b1538a1a41bd4ea1b12fc6cab43a546 | |
parent | 05da428462ac4ec73de78250eca185da68049170 [diff] [blame] |
updated for version 7.3.183 Problem: When Exuberant ctags binary is exuberant-ctags it's not found. Solution: Add configure check for exuberant-ctags.
diff --git a/src/version.c b/src/version.c index 7747586..a2843e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 183, +/**/ 182, /**/ 181,