|
1 | | -*syntax.txt* For Vim version 9.1. Last change: 2025 Jul 20 |
| 1 | +*syntax.txt* For Vim version 9.1. Last change: 2025 Aug 06 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -2343,7 +2343,7 @@ the parentheses and backquoted parentheses. Because of the quantity of |
2343 | 2343 | colorization levels, unlike non-rainbow highlighting, the rainbow mode |
2344 | 2344 | specifies its highlighting using ctermfg and guifg, thereby bypassing the |
2345 | 2345 | usual color scheme control using standard highlighting groups. The actual |
2346 | | -highlighting used depends on the dark/bright setting (see |'bg'|). |
| 2346 | +highlighting used depends on the dark/bright setting (see 'bg'). |
2347 | 2347 |
|
2348 | 2348 |
|
2349 | 2349 | LITE *lite.vim* *ft-lite-syntax* |
@@ -3913,15 +3913,15 @@ always accept such use of @. |
3913 | 3913 | *tex-cchar* *tex-cole* *tex-conceal* |
3914 | 3914 | Tex: Taking Advantage of Conceal Mode~ |
3915 | 3915 |
|
3916 | | -If you have |'conceallevel'| set to 2 and if your encoding is utf-8, then a |
| 3916 | +If you have 'conceallevel' set to 2 and if your encoding is utf-8, then a |
3917 | 3917 | number of character sequences can be translated into appropriate utf-8 glyphs, |
3918 | 3918 | including various accented characters, Greek characters in MathZones, and |
3919 | 3919 | superscripts and subscripts in MathZones. Not all characters can be made into |
3920 | 3920 | superscripts or subscripts; the constraint is due to what utf-8 supports. |
3921 | 3921 | In fact, only a few characters are supported as subscripts. |
3922 | 3922 |
|
3923 | 3923 | One way to use this is to have vertically split windows (see |CTRL-W_v|); one |
3924 | | -with |'conceallevel'| at 0 and the other at 2; and both using |'scrollbind'|. |
| 3924 | +with 'conceallevel' at 0 and the other at 2; and both using 'scrollbind'. |
3925 | 3925 |
|
3926 | 3926 | *g:tex_conceal* |
3927 | 3927 | Tex: Selective Conceal Mode~ |
@@ -5520,7 +5520,7 @@ in their own color. |
5520 | 5520 | Add a highlight group, or change the highlighting for |
5521 | 5521 | an existing group. If a given color name is not |
5522 | 5522 | recognized, each `colors/lists/default.vim` found on |
5523 | | - |'runtimepath'| will be loaded. |
| 5523 | + 'runtimepath' will be loaded. |
5524 | 5524 | See |highlight-args| for the {key}={arg} arguments. |
5525 | 5525 | See |:highlight-default| for the optional [default] |
5526 | 5526 | argument. |
|
0 commit comments