comparison runtime/doc/helphelp.txt @ 8876:47f17f66da3d

commit https://github.com/vim/vim/commit/03413f44167c4b5cd0012def9bb331e2518c83cf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 12 21:07:15 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 12 Apr 2016 21:15:06 +0200
parents aba2d0a01290
children 9f48eab77d62
comparison
equal deleted inserted replaced
8875:31a3f0c0f011 8876:47f17f66da3d
1 *helphelp.txt* For Vim version 7.4. Last change: 2016 Mar 28 1 *helphelp.txt* For Vim version 7.4. Last change: 2016 Apr 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
320 aligned on a line. 320 aligned on a line.
321 321
322 When referring to an existing help tag and to create a hot-link, place the 322 When referring to an existing help tag and to create a hot-link, place the
323 name between two bars (|) eg. |help-writing|. 323 name between two bars (|) eg. |help-writing|.
324 324
325 When referring to a Vim command and to create a hot-link, place the
326 name between two backticks, eg. inside `:filetype`. You will see this is
327 highlighted as a command, like a code block (see below).
328
325 When referring to a Vim option in the help file, place the option name between 329 When referring to a Vim option in the help file, place the option name between
326 two single quotes, eg. 'statusline' 330 two single quotes, eg. 'statusline'
327 331
328 332
329 HIGHLIGHTING 333 HIGHLIGHTING