commit | 8f4ba6942d888c708cc1c85f7cb77cebb957c878 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 05 17:24:27 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 17:24:27 2011 +0200 |
tree | 18144d4c493edbe5904d0a52f25f345e7e999f23 | |
parent | d236ac0d49aca2f0fa5cb5232baae7a0b1b90d59 [diff] [blame] |
updated for version 7.3.174 Problem: When Exuberant ctags binary is exctags it's not found. Solution: Add configure check for exctags. (Hong Xu)
diff --git a/src/version.c b/src/version.c index c44d2f1..b6c4609 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 174, +/**/ 173, /**/ 172,