commit | 66e29d7112e437b2b50efe1f82c7e892736d23e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 20 16:57:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 20 16:57:02 2016 +0200 |
tree | a99f9f43e0fc5b56f13cb1426b1fa78f8319632c | |
parent | f04507d132fbcb63999167ec006fc6e700b5af4f [diff] [blame] |
patch 7.4.2230 Problem: There is no equivalent of 'smartcase' for a tag search. Solution: Add value "followscs" and "smart" to 'tagcase'. (Christian Brabandt, closes #712) Turn tagcase test into new style.
diff --git a/src/version.c b/src/version.c index 2f83270..e892a95 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2230, +/**/ 2229, /**/ 2228,