comparison runtime/doc/tagsrch.txt @ 56:dbf53ece2e23 v7.0029

updated for version 7.0029
author vimboss
date Mon, 03 Jan 2005 21:06:01 +0000
parents 4ac1dce8dd5e
children 0e902b8f511f
comparison
equal deleted inserted replaced
55:225cc00b2eda 56:dbf53ece2e23
1 *tagsrch.txt* For Vim version 7.0aa. Last change: 2004 Jul 23 1 *tagsrch.txt* For Vim version 7.0aa. Last change: 2005 Jan 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
58 CTRL-] is the default telnet escape key. When you type CTRL-] to jump to a 58 CTRL-] is the default telnet escape key. When you type CTRL-] to jump to a
59 tag, you will get the telnet prompt instead. Most versions of telnet allow 59 tag, you will get the telnet prompt instead. Most versions of telnet allow
60 changing or disabling the default escape key. See the telnet man page. You 60 changing or disabling the default escape key. See the telnet man page. You
61 can 'telnet -E {Hostname}' to disable the escape character, or 'telnet -e 61 can 'telnet -E {Hostname}' to disable the escape character, or 'telnet -e
62 {EscapeCharacter} {Hostname}' to specify another escape character. If 62 {EscapeCharacter} {Hostname}' to specify another escape character. If
63 possible, try to use "rsh" instead of "telnet" to avoid this problem. 63 possible, try to use "ssh" instead of "telnet" to avoid this problem.
64 64
65 *tag-priority* 65 *tag-priority*
66 When there are multiple matches for a tag, this priority is used: 66 When there are multiple matches for a tag, this priority is used:
67 1. "FSC" A full matching static tag for the current file. 67 1. "FSC" A full matching static tag for the current file.
68 2. "F C" A full matching global tag for the current file. 68 2. "F C" A full matching global tag for the current file.