From c8f07e5e1f073d7ed8eb7cd0185b7b5fa26ad474 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 25 Apr 2021 00:43:51 -0400 Subject: vim-patch:d7df279808f7 Update a few runtime files. https://github.com/vim/vim/commit/d7df279808f75f7a4af8dd48deae73a9b727ac3b --- runtime/doc/tagsrch.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc') diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt index 7d09ca86ac..8142249ac9 100644 --- a/runtime/doc/tagsrch.txt +++ b/runtime/doc/tagsrch.txt @@ -204,14 +204,14 @@ the same entry. Example output: > - nr pri kind tag file + # pri kind tag file 1 F f mch_delay os_amiga.c mch_delay(msec, ignoreinput) > 2 F f mch_delay os_msdos.c mch_delay(msec, ignoreinput) 3 F f mch_delay os_unix.c mch_delay(msec, ignoreinput) - Enter nr of choice ( to abort): + Type number and (empty cancels): < See |tag-priority| for the "pri" column. Note that this depends on the current file, thus using -- cgit