summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorYegappan Lakshmanan <4298407+yegappan@users.noreply.github.com>2023-12-30 01:40:25 -0800
committerGitHub <noreply@github.com>2023-12-30 10:40:25 +0100
commit74512e0ad09763e87468c7364fd96d596e30d26d (patch)
treee73b064080abd0daba34fba733f116aabf4d1903 /runtime
parentd36f590d41ece139ba7e4d46af9f569ca30e07fa (diff)
runtime(doc): Add help tags to items in version9.txt (#13801)
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/version9.txt26
1 files changed, 16 insertions, 10 deletions
diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt
index 5a56899de6..fe7d1f032c 100644
--- 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*
-----