Add missing vimhelp-markup > verbatim code <

`:h help-writing` section 'Highlighting'
This commit is contained in:
kiryph 2016-10-07 19:37:38 +02:00 committed by Karl Yngve Lervåg
parent 9c91576f52
commit 0148810199

View File

@ -493,12 +493,12 @@ Options~
Use this option to specify commands which should be folded according Use this option to specify commands which should be folded according
to |g:vimtex_fold_cmd_pattern1|. to |g:vimtex_fold_cmd_pattern1|.
Default value: Default value: >
let *g:vimtex_fold_cmd_pattern1_list* = [ let *g:vimtex_fold_cmd_pattern1_list* = [
\ 'hypersetup', \ 'hypersetup',
\ 'tikzset', \ 'tikzset',
\ ] \ ]
<
*g:vimtex_fold_cmd_pattern2* *g:vimtex_fold_cmd_pattern2*
Use this option to disable/enable folding of commands with many Use this option to disable/enable folding of commands with many
optional arguments written on separate lines. The lines must be optional arguments written on separate lines. The lines must be
@ -516,12 +516,12 @@ Options~
Use this option to specify commands which should be folded according Use this option to specify commands which should be folded according
to |g:vimtex_fold_cmd_pattern2|. to |g:vimtex_fold_cmd_pattern2|.
Default value: Default value: >
let *g:vimtex_fold_cmd_pattern2_list* = [ let *g:vimtex_fold_cmd_pattern2_list* = [
\ 'usepackage', \ 'usepackage',
\ 'includepdf', \ 'includepdf',
\ ] \ ]
<
*g:vimtex_fold_cmd_pattern3* *g:vimtex_fold_cmd_pattern3*
Use this option to disable/enable folding of commands with a short Use this option to disable/enable folding of commands with a short
first mandatory argument and second or more mandatory arguments first mandatory argument and second or more mandatory arguments
@ -541,7 +541,7 @@ Options~
Use this option to specify commands which should be folded according Use this option to specify commands which should be folded according
to |g:vimtex_fold_cmd_pattern3|. to |g:vimtex_fold_cmd_pattern3|.
Default value: Default value: >
let *g:vimtex_fold_cmd_pattern3_list* = [ let *g:vimtex_fold_cmd_pattern3_list* = [
\ '%(re)?new%(command|environment)', \ '%(re)?new%(command|environment)',
\ 'providecommand', \ 'providecommand',
@ -549,7 +549,7 @@ Options~
\ 'Declare%(Multi|Auto)?CiteCommand', \ 'Declare%(Multi|Auto)?CiteCommand',
\ 'Declare%(Index)?%(Field|List|Name)%(Format|Alias)', \ 'Declare%(Index)?%(Field|List|Name)%(Format|Alias)',
\ ] \ ]
<
*g:vimtex_fold_documentclass* *g:vimtex_fold_documentclass*
Use this option to disable/enable folding of long `\documentclass` lines. This Use this option to disable/enable folding of long `\documentclass` lines. This
works similar to |g:vimtex_fold_usepackage|. works similar to |g:vimtex_fold_usepackage|.