comparison runtime/doc/syntax.txt @ 2410:8f6106dd3d12 vim73

Fix: editing a not encrypted file after a crypted file messed up reading the text from an undo file.
author Bram Moolenaar <bram@vim.org>
date Sun, 25 Jul 2010 16:05:19 +0200
parents e7751177126b
children ca3f40b0d95e
comparison
equal deleted inserted replaced
2409:0ca06a92adfb 2410:8f6106dd3d12
1 *syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 24 1 *syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
427 cascading style sheets (CSS1) for the attributes (resulting in considerably 427 cascading style sheets (CSS1) for the attributes (resulting in considerably
428 shorter and valid HTML 4 file), use: > 428 shorter and valid HTML 4 file), use: >
429 :let g:html_use_css = 1 429 :let g:html_use_css = 1
430 430
431 Concealed text is removed from the HTML and replaced with the appropriate 431 Concealed text is removed from the HTML and replaced with the appropriate
432 character from |syn-cchar| or 'listchars' depending on the current value of 432 character from |:syn-cchar| or 'listchars' depending on the current value of
433 'conceallevel'. If you always want to display all text in your document, 433 'conceallevel'. If you always want to display all text in your document,
434 either set 'conceallevel' to before invoking 2html, or use: > 434 either set 'conceallevel' to before invoking 2html, or use: >
435 :let g:html_ignore_conceal = 1 435 :let g:html_ignore_conceal = 1
436 436
437 Similarly, closed folds are put in the HTML as they are displayed. If you 437 Similarly, closed folds are put in the HTML as they are displayed. If you