comparison runtime/doc/tagsrch.txt @ 10218:584c835a2de1

commit https://github.com/vim/vim/commit/50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 22 22:33:02 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Sep 2016 22:45:04 +0200
parents 9f48eab77d62
children 3b26420fc639
comparison
equal deleted inserted replaced
10217:b38b4d896141 10218:584c835a2de1
1 *tagsrch.txt* For Vim version 8.0. Last change: 2016 Aug 20 1 *tagsrch.txt* For Vim version 8.0. Last change: 2016 Sep 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
89 - 'tagcase' is "match" 89 - 'tagcase' is "match"
90 - 'tagcase' is "smart" and the pattern contains an upper case character. 90 - 'tagcase' is "smart" and the pattern contains an upper case character.
91 - 'tagcase' is "followscs" and 'smartcase' option is on and the pattern 91 - 'tagcase' is "followscs" and 'smartcase' option is on and the pattern
92 contains an upper case character. 92 contains an upper case character.
93 93
94 The gnore-case matches are found when: 94 The ignore-case matches are found when:
95 - a pattern is used (starting with a "/") 95 - a pattern is used (starting with a "/")
96 - for ":tselect" 96 - for ":tselect"
97 - when 'tagcase' is "followic" and 'ignorecase' is off 97 - when 'tagcase' is "followic" and 'ignorecase' is off
98 - when 'tagcase' is "match" 98 - when 'tagcase' is "match"
99 - when 'tagcase' is "followscs" and the 'smartcase' option is off 99 - when 'tagcase' is "followscs" and the 'smartcase' option is off