commit | 0f6562e9036f889185dff49a75c7fc5ffb28b307 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 24 18:48:14 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 24 18:48:14 2015 +0100 |
tree | 3fec0e8c765e63d940eb324be8322517c66acd8a | |
parent | 2a1b474fd82aff922f18570593972b12feaa2073 [diff] [blame] |
patch 7.4.941 Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson)
diff --git a/src/version.c b/src/version.c index db728e2..d437f50 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 941, +/**/ 940, /**/ 939,