comparison runtime/doc/syntax.txt @ 29:ac33b7c03fac v7.0018

updated for version 7.0018
author vimboss
date Mon, 11 Oct 2004 10:16:09 +0000
parents 404aac550f35
children 41f9fd58cf13
comparison
equal deleted inserted replaced
28:726bdc53fa49 29:ac33b7c03fac
1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Sep 18 1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Oct 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
390 :let html_number_lines = 1 390 :let html_number_lines = 1
391 Force to omit the line numbers by using a zero value: > 391 Force to omit the line numbers by using a zero value: >
392 :let html_number_lines = 0 392 :let html_number_lines = 0
393 Go back to the default to use 'number' by deleting the variable: > 393 Go back to the default to use 'number' by deleting the variable: >
394 :unlet html_number_lines 394 :unlet html_number_lines
395
396 Closed folds are put in the HTML as they are displayed. If you don't want
397 this, use the "zR" command before invoking 2html.
395 398
396 By default, HTML optimized for old browsers is generated. If you prefer using 399 By default, HTML optimized for old browsers is generated. If you prefer using
397 cascading style sheets (CSS1) for the attributes (resulting in considerably 400 cascading style sheets (CSS1) for the attributes (resulting in considerably
398 shorter and valid HTML 4 file), use: > 401 shorter and valid HTML 4 file), use: >
399 :let html_use_css = 1 402 :let html_use_css = 1