diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-02-25 22:42:25 +0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-02-25 15:42:25 +0100 |
commit | 0ef2b07d69c3f4da38219d8eef045232d18e9c37 (patch) | |
tree | 3ca4e0400bb279aef11678739f554c51f68d3261 /src/nvim/version.c | |
parent | 039c7ab60758661132c9bade0a4674190fa9442b (diff) | |
download | rneovim-0ef2b07d69c3f4da38219d8eef045232d18e9c37.tar.gz rneovim-0ef2b07d69c3f4da38219d8eef045232d18e9c37.tar.bz2 rneovim-0ef2b07d69c3f4da38219d8eef045232d18e9c37.zip |
vim-patch:7.4.2230 (#6080)
Problem: There is no equivalent of 'smartcase' for a tag search.
Solution: Add value "followscs" and "smart" to 'tagcase'. (Christian
Brabandt, closes vim/vim#712) Turn tagcase test into new style.
https://github.com/vim/vim/commit/66e29d7112e437b2b50efe1f82c7e892736d23e4
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 3787ba6908..fe443ce01f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -210,7 +210,7 @@ static int included_patches[] = { 2233, // 2232 NA // 2231, - // 2230, + 2230, // 2229, // 2228, 2227, |