Lines Matching refs:in

18 :h[elp]			Open a window and display the help file in read-only
26 the main help file is available in several languages.
44 considered in the computation:
48 character is better than a match in the middle of a
56 the {subject} is available in several languages.
57 To find a tag in a specific language, append "@ab",
73 example to find help for CTRL-V in Insert mode: >
77 use ":tag {pattern}" in the help window. The
100 :h[elp]! [subject] Like ":help", but in non-English help files prefer to
101 find a tag in a file with the same language as the
114 in which {pattern} matches. Jumps to the first match.
115 The optional [@xx] specifies that only matches in the
120 matches in the quickfix window.
127 < Example for searching in French help: >
131 but then you need to get the list of help files in a
158 will be opened. Otherwise the specified tag is searched for in all "doc/tags"
159 files in the directories specified in the 'runtimepath' option.
161 If you would like to open the help in the current window, see this tip:
186 Jump to specific subjects by using tags. This can be done in two ways:
209 the "LOCAL ADDITIONS" section in the "help.txt" help file |local-additions|.
210 This is done when viewing the file in Vim, the file itself is not changed. It
212 file. The files in $VIMRUNTIME/doc are skipped.
215 If you want to have the help in another xterm window, you could use this
230 When {dir} is ALL then all "doc" directories in
233 All "*.txt" and "*.??x" files in the directory and
235 in between stars. The "*.??x" files are for
246 To rebuild the help tags in the runtime directory
254 files. Vim will search for all help in "doc" directories in 'runtimepath'.
282 in the preferred language(s). English is used when it cannot be found.
284 To find a tag in a specific language, append "@ab" to a tag, where "ab" is the
295 "@ab" extension and it matches the first language in 'helplang' "@ab" is also
298 When using |CTRL-]| or ":help!" in a non-English help file Vim will try to
299 find the tag in the same language. If not found then 'helplang' will be used
303 utf-8 when finding non-ASCII characters in the first line. Thus you must
306 The same encoding must be used for the help files of one language in one
308 a different encoding for help files of the same language but in a different
313 specify the preferred language. You may add new tags in your language.
317 Users can drop it in one of the "doc" directories and start use it.
320 languages in the specified directory.
330 The first line in a help file should have the following format:
335 remainder of the line, after a Tab, describes the plugin purpose in a short
336 way. This will show up in the "LOCAL ADDITIONS" section of the main help
339 If you want to add a version number of last modification date, put it in the
344 in such a modeline, that can have undesired consequences.
361 When referring to a Vim option in the help file, place the option name between
368 This will highlight the column heading in a different color. E.g.
372 To separate sections in a help file, place a series of '=' characters in a
378 first non-blank on a line following the block. Any line starting in column 1
385 The following are highlighted differently in a Vim help file:
386 - a special key name expressed either in <> notation as in <PageDown>, or
387 as a Ctrl character as in CTRL-X
395 You can find the details in $VIMRUNTIME/syntax/help.vim