neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit de7306a250e15785a9d40654f980dd74a4c33e3b
parent 7ba043f0f31cc0c9a783bcb28d6f700a42ba6ff4
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon, 21 Apr 2025 20:20:05 +0800

docs(news): fix incorrect placements (#33566)


Diffstat:
Mruntime/doc/news.txt | 12+++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt @@ -78,10 +78,6 @@ LUA OPTIONS -• 'chistory' and 'lhistory' set size of the |quickfix-stack|. -• 'completeopt' flag "nearset" sorts completion results by distance to cursor. -• 'diffopt' `inline:` configures diff highlighting for changes within a line. -• 'pummaxwidth' sets maximum width for the completion popup menu. • 'shelltemp' defaults to "false". PLUGINS @@ -107,7 +103,6 @@ The following new features were added. API -• |vim.hl.range()| now allows multiple timed highlights • |nvim_win_text_height()| can limit the lines checked when a certain `max_height` is reached, and returns the `end_row` and `end_vcol` for which `max_height` or the calculated height is reached. @@ -140,12 +135,15 @@ LSP LUA • Lua type annotations for `vim.uv`. +• |vim.hl.range()| now allows multiple timed highlights. OPTIONS • 'autowriteall' writes all buffers upon receiving `SIGHUP`, `SIGQUIT` or `SIGTSTP`. +• 'chistory' and 'lhistory' set size of the |quickfix-stack|. • 'completefuzzycollect' enables fuzzy collection of candidates for (some) |ins-completion| modes. +• 'completeopt' flag "nearset" sorts completion results by distance to cursor. • 'diffopt' `inline:` configures diff highlighting for changes within a line. • 'pummaxwidth' sets maximum width for the completion popup menu. • 'winborder' "bold" style. @@ -189,8 +187,8 @@ CHANGED FEATURES *news-changed* These existing features changed their behavior. -• 'spellfile' location defaults to `stdpath("data").."/site/spell/"` instead of the - first writable directoy in 'runtimepath'. +• 'spellfile' location defaults to `stdpath("data").."/site/spell/"` instead of + the first writable directory in 'runtimepath'. • |vim.version.range()| doesn't exclude `to` if it is equal to `from`. ==============================================================================