comparison runtime/doc/syntax.txt @ 15033:f8b0f1e42f2c

Update runtime files. commit https://github.com/vim/vim/commit/f0d58efc9dc46be37c629cbc99b4125448ca39fd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 16 16:13:44 2018 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Nov 2018 16:15:07 +0100
parents 2b30a2b4bde2
children d9d97b8afe0d
comparison
equal deleted inserted replaced
15032:4b3b0ea9b09d 15033:f8b0f1e42f2c
669 the rendered page generated by 2html.vim. 669 the rendered page generated by 2html.vim.
670 > 670 >
671 :let g:html_no_pre = 1 671 :let g:html_no_pre = 1
672 < 672 <
673 *g:html_expand_tabs* 673 *g:html_expand_tabs*
674 Default: 1 if 'tabstop' is 8, 'expandtab' is 0, and no fold column or line 674 Default: 0 if 'tabstop' is 8, 'expandtab' is 0, 'vartabstop' is not in use,
675 numbers occur in the generated HTML; 675 and no fold column or line numbers occur in the generated HTML;
676 0 otherwise. 676 1 otherwise.
677 When 0, <Tab> characters in the buffer text are replaced with an appropriate 677 When 1, <Tab> characters in the buffer text are replaced with an appropriate
678 number of space characters, or &nbsp; references if |g:html_no_pre| is 1. 678 number of space characters, or &nbsp; references if |g:html_no_pre| is 1.
679 When 1, if |g:html_no_pre| is 0 or unset, <Tab> characters in the buffer text 679 When 0, if |g:html_no_pre| is 0 or unset, <Tab> characters in the buffer text
680 are included as-is in the generated HTML. This is useful for when you want to 680 are included as-is in the generated HTML. This is useful for when you want to
681 allow copy and paste from a browser without losing the actual whitespace in 681 allow copy and paste from a browser without losing the actual whitespace in
682 the source document. Note that this can easily break text alignment and 682 the source document. Note that this can easily break text alignment and
683 indentation in the HTML, unless set by default. 683 indentation in the HTML, unless set by default.
684 684
771 When 0, generate standard HTML 4.01 (strict when possible). 771 When 0, generate standard HTML 4.01 (strict when possible).
772 When 1, generate XHTML 1.0 instead (XML compliant HTML). 772 When 1, generate XHTML 1.0 instead (XML compliant HTML).
773 > 773 >
774 :let g:html_use_xhtml = 1 774 :let g:html_use_xhtml = 1
775 < 775 <
776
777 vim:tw=78:sw=4:ts=8:sts=4:ft=help:norl:ai:noet:
776 778
777 ABEL *abel.vim* *ft-abel-syntax* 779 ABEL *abel.vim* *ft-abel-syntax*
778 780
779 ABEL highlighting provides some user-defined options. To enable them, assign 781 ABEL highlighting provides some user-defined options. To enable them, assign
780 any value to the respective variable. Example: > 782 any value to the respective variable. Example: >