comparison runtime/doc/syntax.txt @ 279:946f0cbdd535 v7.0074

updated for version 7.0074
author vimboss
date Fri, 20 May 2005 21:31:17 +0000
parents 8d34af900bae
children 006e9c8a6a8a
comparison
equal deleted inserted replaced
278:a7e59720a155 279:946f0cbdd535
397 :let html_number_lines = 0 397 :let html_number_lines = 0
398 Go back to the default to use 'number' by deleting the variable: > 398 Go back to the default to use 'number' by deleting the variable: >
399 :unlet html_number_lines 399 :unlet html_number_lines
400 400
401 Closed folds are put in the HTML as they are displayed. If you don't want 401 Closed folds are put in the HTML as they are displayed. If you don't want
402 this, use the "zR" command before invoking 2html. 402 this, use the "zR" command before invoking 2html, or use: >
403 :let html_ignore_folding = 1
403 404
404 By default, HTML optimized for old browsers is generated. If you prefer using 405 By default, HTML optimized for old browsers is generated. If you prefer using
405 cascading style sheets (CSS1) for the attributes (resulting in considerably 406 cascading style sheets (CSS1) for the attributes (resulting in considerably
406 shorter and valid HTML 4 file), use: > 407 shorter and valid HTML 4 file), use: >
407 :let html_use_css = 1 408 :let html_use_css = 1