Mercurial > vim
changeset 34048:f184ce204195
runtime(doc): Add help tags to items in version9.txt (#13801)
Commit: https://github.com/vim/vim/commit/74512e0ad09763e87468c7364fd96d596e30d26d
Author: Yegappan Lakshmanan <4298407+yegappan@users.noreply.github.com>
Date: Sat Dec 30 01:40:25 2023 -0800
runtime(doc): Add help tags to items in version9.txt (https://github.com/vim/vim/issues/13801)
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 30 Dec 2023 10:45:05 +0100 |
parents | 90f97cc14543 |
children | 7dcfd6c96ccc |
files | runtime/doc/version9.txt |
diffstat | 1 files changed, 16 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/runtime/doc/version9.txt +++ b/runtime/doc/version9.txt @@ -31714,14 +31714,16 @@ Smooth Scroll Support for scrolling text using screen lines instead of file lines is added. Refer to the 'smoothscroll' option. -EditorConfig and JSON formatting plugins are included. +The EditorConfig (|editorconfig-install|) and the JSON formatting +(|ft-json-plugin|) plugins are included. OpenVMS x86_64 platform port. Other improvements *new-other-9.1* ------------------ - Support for undercurl (|t_Ce|), double underline (|t_Us|), dotted underline - (|t_ds|) and dashed underline (|t_Ds|) termcap entries. + (|t_ds|) and dashed underline (|t_Ds|) termcap entries and + highlight modes (|highlight-term|). - The 'fillchars' option is now a global-local option. - The |vertical| and |horizontal| modifiers can be used with ":wincmd =" command to equalize windows vertically or horizontally. @@ -31735,11 +31737,9 @@ Other improvements *new-other-9.1* - Support for multiple "%=" items in 'statusline' - Support for the PmenuKind, PmenuKindSel, PmenuExtra and PmenuExtraSel highlight groups. -- xxd: support for using colors in the hex dump output -- xxd: reversing a bit dump - Text properties can override 'cursorline' highlight. - Support for echoing messages in a popup window |:echowindow|. -- Control scroll behavior when spliting windows 'splitkeep'. +- Control scroll behavior when splitting windows 'splitkeep'. - Specify the character used for the last window line 'fillchars' - Support for mouse scrolling in the MS-Windows console. - Support for using different keyboard protocols 'keyprotocol' @@ -31750,13 +31750,18 @@ Other improvements *new-other-9.1* - |undotree()| can be used with any buffer. - |printf()| supports positional arguments - Support for custom completion using |getcompletion()| -- Support for Python3 stable ABI +- Support for Python3 stable ABI (|python-stable|) - Use |jumplist| like a stack - Command-line completion support for option values -- Support for writing extended attributes in Linux +- Support for writing extended attributes in Linux (|xattr|) - 'errorformat' supports parsing a buffer number (|%b|) -- Termdebug: Support for variables window, moving up/down the stack frames and - setting temporary breakpoints +- Support for building the python interface using Python 3.12. +- Termdebug: Support for the variables window (|termdebug_variables_window|), + moving up/down the stack frames (|termdebug-frames|) and setting temporary + breakpoints (|:Tbreak|) +- xxd: support for using colors in the hex dump output (xxd -R) +- xxd: reversing a bit dump (xxd -r) +- xxd: customize the variable name used in the C include output (xxd -n) Changed *changed-9.1* ------- @@ -31773,8 +31778,9 @@ Changed *changed-9.1* - Ctrl-Q works like Ctrl-V in replace mode. - |popup_filter_menu()| now wraps around. - |g<End>| now jumps to the last non-blank character -- dot and hypen are supported in highlight group names +- dot and hyphen are supported in highlight group names - |executable()| resolves symlinks on MS-Windows. +- Ruby 1.8 support is dropped. Added *added-9.1* -----