diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 49d9bb5ce0..9ab0a01b99 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -67,7 +67,6 @@ DEFAULTS current buffer, respectively. • 'number', 'relativenumber', 'signcolumn', and 'foldcolumn' are disabled in |terminal| buffers. See |terminal-config| for an example of changing these defaults. -• |vim.json.encode()| no longer escapes the forward slash symbol by default DIAGNOSTICS @@ -137,6 +136,7 @@ LUA • Command-line completions for: `vim.g`, `vim.t`, `vim.w`, `vim.b`, `vim.v`, `vim.o`, `vim.wo`, `vim.bo`, `vim.opt`, `vim.opt_local`, `vim.opt_global`, and `vim.fn`. +• |vim.json.encode()| no longer escapes forward slashes "/" by default OPTIONS @@ -192,7 +192,6 @@ The following new features were added. API • |nvim__ns_set()| can set properties for a namespace -• |vim.json.encode()| has an option to enable forward slash escaping DEFAULTS @@ -270,6 +269,7 @@ LUA is more performant and easier to read. • |vim.str_byteindex()| and |vim.str_utfindex()| gained overload signatures supporting two new parameters, `encoding` and `strict_indexing`. +• |vim.json.encode()| has an option to enable forward slash escaping • |vim.fs.abspath()| converts paths to absolute paths. OPTIONS @@ -282,6 +282,8 @@ PERFORMANCE • Significantly reduced redraw time for long lines with treesitter highlighting. +• LSP diagnostics and inlay hints are de-duplicated (new requests cancel + inflight requests). This greatly improves performance with slow LSP servers. PLUGINS |