|
1 |
| -*version9.txt* For Vim version 9.1. Last change: 2025 Sep 02 |
| 1 | +*version9.txt* For Vim version 9.1. Last change: 2025 Sep 11 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -41619,6 +41619,9 @@ Platform specific~
|
41619 | 41619 | - Python3 support in OpenVMS is now available.
|
41620 | 41620 |
|
41621 | 41621 | - The Win32 GUI comes with better toolbar icons.
|
| 41622 | + |
| 41623 | +- Better fullscreen support for Haiku |os_haiku.txt|. |
| 41624 | + |
41622 | 41625 | *new-other-9.2*
|
41623 | 41626 | Other new features ~
|
41624 | 41627 | ------------------
|
@@ -41667,6 +41670,8 @@ Default values: ~
|
41667 | 41670 | - the default value for 'showcmd' is always enabled when using non-compatible
|
41668 | 41671 | mode (previously, it was off on UNIX systems) and consequently removed from
|
41669 | 41672 | |defaults.vim|
|
| 41673 | +- Improve the diff experience by updating the 'diffopt' default value to |
| 41674 | + "internal,filler,closeoff,indent-heuristic,inline:char". |
41670 | 41675 |
|
41671 | 41676 | Completion: ~
|
41672 | 41677 | - allow to complete directories from 'cdpath' for |:cd| and similar commands,
|
@@ -41761,6 +41766,7 @@ Others: ~
|
41761 | 41766 | Platform specific ~
|
41762 | 41767 | - MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
|
41763 | 41768 | absolute paths (to the current drive) and no longer relative.
|
| 41769 | +- macOS: increase default scheduler priority to TASK_DEFAULT_APPLICATION. |
41764 | 41770 |
|
41765 | 41771 | *added-9.2*
|
41766 | 41772 | Added ~
|
@@ -41820,6 +41826,7 @@ Highlighting: ~
|
41820 | 41826 | |hl-PmenuMatch| Popup menu: highlighting of matched text
|
41821 | 41827 | |hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
|
41822 | 41828 | line
|
| 41829 | +|hl-PreInsert| highlighting for completion preinserted text |
41823 | 41830 | |hl-TabPanel| |tabpanel|: not active tab page label
|
41824 | 41831 | |hl-TabPanelFill| |tabpanel|: filler space
|
41825 | 41832 | |hl-TabPanelSel| |tabpanel|: active tab page label
|
|
0 commit comments