Skip to content

Commit 74512e0

Browse files
authored
runtime(doc): Add help tags to items in version9.txt (#13801)
Signed-off-by: Yegappan Lakshmanan <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent d36f590 commit 74512e0

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

runtime/doc/version9.txt

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31714,14 +31714,16 @@ Smooth Scroll
3171431714
Support for scrolling text using screen lines instead of file lines is added.
3171531715
Refer to the 'smoothscroll' option.
3171631716

31717-
EditorConfig and JSON formatting plugins are included.
31717+
The EditorConfig (|editorconfig-install|) and the JSON formatting
31718+
(|ft-json-plugin|) plugins are included.
3171831719

3171931720
OpenVMS x86_64 platform port.
3172031721

3172131722
Other improvements *new-other-9.1*
3172231723
------------------
3172331724
- Support for undercurl (|t_Ce|), double underline (|t_Us|), dotted underline
31724-
(|t_ds|) and dashed underline (|t_Ds|) termcap entries.
31725+
(|t_ds|) and dashed underline (|t_Ds|) termcap entries and
31726+
highlight modes (|highlight-term|).
3172531727
- The 'fillchars' option is now a global-local option.
3172631728
- The |vertical| and |horizontal| modifiers can be used with ":wincmd ="
3172731729
command to equalize windows vertically or horizontally.
@@ -31735,11 +31737,9 @@ Other improvements *new-other-9.1*
3173531737
- Support for multiple "%=" items in 'statusline'
3173631738
- Support for the PmenuKind, PmenuKindSel, PmenuExtra and PmenuExtraSel
3173731739
highlight groups.
31738-
- xxd: support for using colors in the hex dump output
31739-
- xxd: reversing a bit dump
3174031740
- Text properties can override 'cursorline' highlight.
3174131741
- Support for echoing messages in a popup window |:echowindow|.
31742-
- Control scroll behavior when spliting windows 'splitkeep'.
31742+
- Control scroll behavior when splitting windows 'splitkeep'.
3174331743
- Specify the character used for the last window line 'fillchars'
3174431744
- Support for mouse scrolling in the MS-Windows console.
3174531745
- Support for using different keyboard protocols 'keyprotocol'
@@ -31750,13 +31750,18 @@ Other improvements *new-other-9.1*
3175031750
- |undotree()| can be used with any buffer.
3175131751
- |printf()| supports positional arguments
3175231752
- Support for custom completion using |getcompletion()|
31753-
- Support for Python3 stable ABI
31753+
- Support for Python3 stable ABI (|python-stable|)
3175431754
- Use |jumplist| like a stack
3175531755
- Command-line completion support for option values
31756-
- Support for writing extended attributes in Linux
31756+
- Support for writing extended attributes in Linux (|xattr|)
3175731757
- 'errorformat' supports parsing a buffer number (|%b|)
31758-
- Termdebug: Support for variables window, moving up/down the stack frames and
31759-
setting temporary breakpoints
31758+
- Support for building the python interface using Python 3.12.
31759+
- Termdebug: Support for the variables window (|termdebug_variables_window|),
31760+
moving up/down the stack frames (|termdebug-frames|) and setting temporary
31761+
breakpoints (|:Tbreak|)
31762+
- xxd: support for using colors in the hex dump output (xxd -R)
31763+
- xxd: reversing a bit dump (xxd -r)
31764+
- xxd: customize the variable name used in the C include output (xxd -n)
3176031765

3176131766
Changed *changed-9.1*
3176231767
-------
@@ -31773,8 +31778,9 @@ Changed *changed-9.1*
3177331778
- Ctrl-Q works like Ctrl-V in replace mode.
3177431779
- |popup_filter_menu()| now wraps around.
3177531780
- |g<End>| now jumps to the last non-blank character
31776-
- dot and hypen are supported in highlight group names
31781+
- dot and hyphen are supported in highlight group names
3177731782
- |executable()| resolves symlinks on MS-Windows.
31783+
- Ruby 1.8 support is dropped.
3177831784

3177931785
Added *added-9.1*
3178031786
-----

0 commit comments

Comments
 (0)