diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-09-02 15:52:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 15:52:18 -0700 |
commit | ae9674704ac5586438f60c883e918d448ef0e237 (patch) | |
tree | b621a6b44c8f95b3db18274b4e6d0f319cdbd391 /runtime | |
parent | ef8067a19d981388a14407ea08245811cf5b3604 (diff) | |
parent | 96128a5076b7e45fc01163151401a9e2acdff565 (diff) | |
download | rneovim-ae9674704ac5586438f60c883e918d448ef0e237.tar.gz rneovim-ae9674704ac5586438f60c883e918d448ef0e237.tar.bz2 rneovim-ae9674704ac5586438f60c883e918d448ef0e237.zip |
Merge #30237 validate --listen address
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/news.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 3d1ea8548f..dacb27e320 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -53,12 +53,6 @@ EDITOR documented and skips help buffers if run from a non-help buffer, otherwise it moves to another help buffer. -VIM SCRIPT - -• |v:msgpack_types| has the type "binary" removed. |msgpackparse()| no longer - treats BIN, STR and FIXSTR as separate types. Any of these is returned as a - string if possible, or a |blob| if the value contained embedded NUL:s. - EVENTS • TODO @@ -98,6 +92,12 @@ TUI • TODO +VIMSCRIPT + +• |v:msgpack_types| has the type "binary" removed. |msgpackparse()| no longer + treats BIN, STR and FIXSTR as separate types. Any of these is returned as a + string if possible, or a |blob| if the value contained embedded NUL:s. + ============================================================================== NEW FEATURES *news-features* @@ -162,7 +162,8 @@ PLUGINS STARTUP -• TODO +• Nvim will fail if the |--listen| or |$NVIM_LISTEN_ADDRESS| address is + invalid, instead of silently skipping an invalid address. TERMINAL |