comparison runtime/doc/tagsrch.txt @ 19039:d20ed2e5a776

Update a few runtime files. Commit: https://github.com/vim/vim/commit/d7df279808f75f7a4af8dd48deae73a9b727ac3b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 2 21:34:42 2020 +0100 Update a few runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Jan 2020 21:45:04 +0100
parents af69c9335223
children 8645b73b3645
comparison
equal deleted inserted replaced
19038:b8825a7664f3 19039:d20ed2e5a776
1 *tagsrch.txt* For Vim version 8.2. Last change: 2019 Nov 07 1 *tagsrch.txt* For Vim version 8.2. Last change: 2019 Dec 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
208 See |tag-priority| for the priorities used in the 208 See |tag-priority| for the priorities used in the
209 listing. 209 listing.
210 Example output: 210 Example output:
211 211
212 > 212 >
213 nr pri kind tag file 213 # pri kind tag file
214 1 F f mch_delay os_amiga.c 214 1 F f mch_delay os_amiga.c
215 mch_delay(msec, ignoreinput) 215 mch_delay(msec, ignoreinput)
216 > 2 F f mch_delay os_msdos.c 216 > 2 F f mch_delay os_msdos.c
217 mch_delay(msec, ignoreinput) 217 mch_delay(msec, ignoreinput)
218 3 F f mch_delay os_unix.c 218 3 F f mch_delay os_unix.c
219 mch_delay(msec, ignoreinput) 219 mch_delay(msec, ignoreinput)
220 Enter nr of choice (<CR> to abort): 220 Type number and <Enter> (empty cancels):
221 < 221 <
222 See |tag-priority| for the "pri" column. Note that 222 See |tag-priority| for the "pri" column. Note that
223 this depends on the current file, thus using 223 this depends on the current file, thus using
224 ":tselect xxx" can produce different results. 224 ":tselect xxx" can produce different results.
225 The "kind" column gives the kind of tag, if this was 225 The "kind" column gives the kind of tag, if this was