|
1 |
| -*version9.txt* For Vim version 9.1. Last change: 2025 Jul 15 |
| 1 | +*version9.txt* For Vim version 9.1. Last change: 2025 Jul 16 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -41570,6 +41570,12 @@ the "inline" sub option value for the 'diffopt' setting, with "inline:simple"
|
41570 | 41570 | being added to the default "diffopt" value (but this does not change how diff
|
41571 | 41571 | mode works).
|
41572 | 41572 |
|
| 41573 | +The 'diffanchors' option specifies a comma-separated list of addresses in |
| 41574 | +a buffer that act as anchor points for splitting and independently diffing |
| 41575 | +buffer sections, improving diff alignment. It is only used when 'diffopt' |
| 41576 | +includes "anchor" and all specified addresses must resolve in every buffer, or |
| 41577 | +else the anchors are ignored. |
| 41578 | + |
41573 | 41579 | Completion~
|
41574 | 41580 | ----------
|
41575 | 41581 | - New Insert-mode completion: |i_CTRL-X_CTRL-R| to complete words from
|
@@ -41720,6 +41726,8 @@ Others: ~
|
41720 | 41726 | - the configure script will favor using GTK3 over GTK2 when auto-detecting the
|
41721 | 41727 | gui toolkit
|
41722 | 41728 | - |gv| works in operator pending mode and does not abort
|
| 41729 | +- The close button shown in the non-GUI 'tabline' will only be visible if the |
| 41730 | + 'mouse' option contains either "a" or any of the flags "n", "v", or "i". |
41723 | 41731 |
|
41724 | 41732 | *added-9.2*
|
41725 | 41733 | Added ~
|
@@ -41799,6 +41807,7 @@ Options: ~
|
41799 | 41807 | |ins-completion| modes
|
41800 | 41808 | 'completeitemalign' Order of |complete-items| in Insert mode completion
|
41801 | 41809 | popup
|
| 41810 | +'diffanchors' list of {address} to force syncing of diffs |
41802 | 41811 | 'eventignorewin' autocommand events that are ignored in a window
|
41803 | 41812 | 'findfunc' Vim function to obtain the results for a |:find|
|
41804 | 41813 | command
|
|
0 commit comments