comparison runtime/doc/tagsrch.txt @ 12756:3b26420fc639

Long overdue runtime update. commit https://github.com/vim/vim/commit/01164a6546b4c635daf96a1f17d1cb2d07f32a66 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 2 22:58:42 2017 +0100 Long overdue runtime update.
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 23:00:08 +0100
parents 584c835a2de1
children e751b5c9dff3
comparison
equal deleted inserted replaced
12755:3529eea08ad9 12756:3b26420fc639
1 *tagsrch.txt* For Vim version 8.0. Last change: 2016 Sep 20 1 *tagsrch.txt* For Vim version 8.0. Last change: 2017 Oct 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
193 *:ts* *:tselect* 193 *:ts* *:tselect*
194 :ts[elect][!] [ident] List the tags that match [ident], using the 194 :ts[elect][!] [ident] List the tags that match [ident], using the
195 information in the tags file(s). 195 information in the tags file(s).
196 When [ident] is not given, the last tag name from the 196 When [ident] is not given, the last tag name from the
197 tag stack is used. 197 tag stack is used.
198 See |tag-!| for [!].
198 With a '>' in the first column is indicated which is 199 With a '>' in the first column is indicated which is
199 the current position in the list (if there is one). 200 the current position in the list (if there is one).
200 [ident] can be a regexp pattern, see |tag-regexp|. 201 [ident] can be a regexp pattern, see |tag-regexp|.
201 See |tag-priority| for the priorities used in the 202 See |tag-priority| for the priorities used in the
202 listing. {not in Vi} 203 listing. {not in Vi}