|
1 |
| -*options.txt* For Vim version 9.1. Last change: 2025 Mar 14 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2025 Mar 28 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -2910,7 +2910,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
2910 | 2910 | security reasons.
|
2911 | 2911 |
|
2912 | 2912 | *'dip'* *'diffopt'*
|
2913 |
| -'diffopt' 'dip' string (default "internal,filler,closeoff") |
| 2913 | +'diffopt' 'dip' string (default |
| 2914 | + "internal,filler,closeoff,inline:simple") |
2914 | 2915 | global
|
2915 | 2916 | {not available when compiled without the |+diff|
|
2916 | 2917 | feature}
|
@@ -2975,6 +2976,21 @@ A jump table for the options with a short description can be found at |Q_op|.
|
2975 | 2976 | Use the indent heuristic for the internal
|
2976 | 2977 | diff library.
|
2977 | 2978 |
|
| 2979 | + inline:{text} Highlight inline differences within a change. |
| 2980 | + See |view-diffs|. Supported values are: |
| 2981 | + |
| 2982 | + none Do not perform inline highlighting. |
| 2983 | + simple Highlight from first different |
| 2984 | + character to the last one in each |
| 2985 | + line. This is the default if no |
| 2986 | + `inline:` value is set. |
| 2987 | + char Use internal diff to perform a |
| 2988 | + character-wise diff and highlight the |
| 2989 | + difference. |
| 2990 | + word Use internal diff to perform a |
| 2991 | + |word|-wise diff and highlight the |
| 2992 | + difference. |
| 2993 | + |
2978 | 2994 | internal Use the internal diff library. This is
|
2979 | 2995 | ignored when 'diffexpr' is set. *E960*
|
2980 | 2996 | When running out of memory when writing a
|
@@ -4393,10 +4409,10 @@ A jump table for the options with a short description can be found at |Q_op|.
|
4393 | 4409 | v:Visual,V:VisualNOS,w:WarningMsg,
|
4394 | 4410 | W:WildMenu,f:Folded,F:FoldColumn,
|
4395 | 4411 | A:DiffAdd,C:DiffChange,D:DiffDelete,
|
4396 |
| - T:DiffText,>:SignColumn,-:Conceal, |
4397 |
| - B:SpellBad,P:SpellCap,R:SpellRare, |
4398 |
| - L:SpellLocal,+:Pmenu,=:PmenuSel, |
4399 |
| - k:PmenuMatch,<:PmenuMatchSel, |
| 4412 | + T:DiffText,E:DiffTextAdd,>:SignColumn, |
| 4413 | + -:Conceal,B:SpellBad,P:SpellCap, |
| 4414 | + R:SpellRare, L:SpellLocal,+:Pmenu, |
| 4415 | + =:PmenuSel, k:PmenuMatch,<:PmenuMatchSel, |
4400 | 4416 | [:PmenuKind,]:PmenuKindSel,
|
4401 | 4417 | {:PmenuExtra,}:PmenuExtraSel,
|
4402 | 4418 | x:PmenuSbar,X:PmenuThumb,*:TabLine,
|
@@ -4448,7 +4464,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
4448 | 4464 | |hl-DiffAdd| A added line in diff mode
|
4449 | 4465 | |hl-DiffChange| C changed line in diff mode
|
4450 | 4466 | |hl-DiffDelete| D deleted line in diff mode
|
4451 |
| - |hl-DiffText| T inserted text in diff mode |
| 4467 | + |hl-DiffText| T changed text in diff mode |
| 4468 | + |hl-DiffTextAdd| E inserted text in diff mode |
4452 | 4469 | |hl-SignColumn| > column used for |signs|
|
4453 | 4470 | |hl-Conceal| - the placeholders used for concealed characters
|
4454 | 4471 | (see 'conceallevel')
|
@@ -6460,6 +6477,15 @@ A jump table for the options with a short description can be found at |Q_op|.
|
6460 | 6477 | global
|
6461 | 6478 | Determines the maximum number of items to show in the popup menu for
|
6462 | 6479 | Insert mode completion. When zero as much space as available is used.
|
| 6480 | + |ins-completion-menu|. |
| 6481 | + |
| 6482 | + *'pummaxwidth'* *'pmw'* |
| 6483 | +'pummaxwidth' 'pmw' number (default 0) |
| 6484 | + global |
| 6485 | + Determines the maximum width to use for the popup menu for completion. |
| 6486 | + When zero, there is no maximum width limit, otherwise the popup menu |
| 6487 | + will never be wider than this value. Truncated text will be indicated |
| 6488 | + by "..." at the end. Takes precedence over 'pumwidth'. |
6463 | 6489 | |ins-completion-menu|.
|
6464 | 6490 |
|
6465 | 6491 | *'pumwidth'* *'pw'*
|
|
0 commit comments