|
1 | | -*version9.txt* For Vim version 9.1. Last change: 2025 Jan 18 |
| 1 | +*version9.txt* For Vim version 9.1. Last change: 2025 Jan 26 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -41560,15 +41560,17 @@ Support for Wayland UI. |
41560 | 41560 |
|
41561 | 41561 | Support for the XDG Desktop Specification |xdg-base-dir| |
41562 | 41562 |
|
41563 | | -Support highlighting the matched text for insert-mode completion and |
41564 | | -command-line completion in |ins-completion-menu|. |
41565 | | - |
41566 | | -Support highlighting the completion kind in |ins-completion-menu|, see |
41567 | | -|complete-items|. |
41568 | | - |
41569 | 41563 | Support for translating messages in Vim script plugins using the |gettext()| |
41570 | 41564 | and |bindtextdomain()| functions. |
41571 | 41565 |
|
| 41566 | +Support highlighting the matched text and the completion kind for insert-mode |
| 41567 | +completion and command-line completion in |ins-completion-menu|, see |
| 41568 | +|complete-items| |
| 41569 | + |
| 41570 | +Include the "linematch" algorithm for the 'diffopt' setting. This aligns |
| 41571 | +changes between buffers on similar lines improving the diff highlighting in |
| 41572 | +Vim |
| 41573 | + |
41572 | 41574 | *changed-9.2* |
41573 | 41575 | Changed~ |
41574 | 41576 | ------- |
@@ -41623,9 +41625,11 @@ Changed~ |
41623 | 41625 | the "matches" key |
41624 | 41626 | - |v:stacktrace| The stack trace of the exception most recently caught and |
41625 | 41627 | not finished |
41626 | | -- include the linematch algorithm for the 'diffopt' setting. This aligns |
41627 | | - changes between buffers on similar lines improving the diff highlighting in |
41628 | | - Vim |
| 41628 | +- New option value "nosort" for 'completeopt' |
| 41629 | +- add |dist#vim9#Launch()| and |dist#vim9#Open()| to the |vim-script-library| |
| 41630 | + and decouple it from |netrw| |
| 41631 | +- 'termguicolors' is automatically enabled if the terminal supports the RGB |
| 41632 | + terminfo capability or supports 0x1000000 colors |
41629 | 41633 |
|
41630 | 41634 | *added-9.2* |
41631 | 41635 | Added ~ |
|
0 commit comments