Skip to content

Commit e8b87a5

Browse files
committed
NVIM v0.11.6
Following is a list of fix/feature commits in this release. See `:help news` in Nvim for release notes. FEATURES -------------------------------------------------------------------------------- - b92e92b lsp: support auto-force escalation in client stop #36430 - 808d973 lsp: warn about unknown filetype #36910 FIXES -------------------------------------------------------------------------------- - 5e7af0b :ls: check for finished terminal properly (#37303) - 6ce7b9b api: autocmds mess up nvim_get_option_value's dummy buffer - c124594 api: buffer overflow in nvim_buf_get_extmarks overlap #37184 - 7f51431 api: crash when moving curwin to other tabpage #35679 - 7896fe2 api: do not allow opening float to closing buffer - 91ebbc6 api: ignore split_disallowed when opening a float - 10a1df2 api: nvim_get_option_value dummy buffer crashes - da825e5 api: on_bytes gets stale data on :substitute #36487 - a9ffdca api: open_win leak from naughty autocommands - 92849ea api: parse_expression crash with ident and curly - 1db945b api: parse_expression crash with unopened ] and node - 79b67ce appimage: wrong $ARCH used by linuxdeploy #36712 - 46011a4 autocmd: fire TabClosed after freeing tab page - a512d43 autocmd: heap UAF with :bwipe in Syntax autocmd - bea500d autocmd: parsing of comma-separated buflocal patterns - 648cf4e autocmd: skip empty comma-separated patterns properly - fa24e04 buffer: defer w_buffer clearing to prevent dict watcher crash #36748 - 9fb49aa buffer: don't allow changedtick watcher to delete buffer (#36764) - cae3c83 buffer: don't reuse 1-line terminal buffer (#37261) - 6f84ea7 buffer: switching buffer should respect jumpoptions+=view (#36969) - 16ca7ce build: disable problematic marktree assert in RelWithDebInfo builds - c469cba channel: unreference list after callback finishes (#37358) - 43f5297 clipboard: tmux clipboard data may be stale #36787 - 0358f37 clipboard: use tmux only in a tmux session (#36603) - 7e99466 eval: 0 should mean current tabpage in gettabvar() (#36891) - 656ff4c events: crash on WinScrolled #35995 - 63c5a10 install: only install "tee" on Windows #36629 - e8c21a8 langmap: assert failure on mapping to char >= 256 (#37291) - 890c257 lsp: check `nvim.lsp.enable` before `doautoall` #36518 - 275c769 lua: don't remove first char of non-file stacktrace source (#37008) - 83c589d lua: relax `vim.wait()` timeout validation (#36907) - bd2317f lua: separate vim.{g,b,w,t} types #37081 - f21c169 lua: vim._with() doesn't save boolean options properly (#37354) - 9acbf51 lua: vim.wait(math.huge) fails #36885 - 5143419 man.lua: :Man slow/hangs if MANPAGER is set #36689 - df9452e man.lua: show_toc condition may cause infinite loop #36979 - 124c182 marks: wrong line('w$', win) with conceal_lines (#37047) - 6ef1b65 normal: assertion failure with "gk" in narrow window (#37444) - 5ca2eb5 remote: remote-ui connect timeout on slow networks #36800 - 2a3cd8d rpc: don't overwrite already received results on error (#37339) - e0fdfd3 scripts: release.sh - ba600c4 session: window sizes not stored with float windows (#37344) - 53090ab statusline: scope truncation bookkeeping - 800118e terminal: :edit should respect 'bufhidden' with exited job (#37301) - 4b41c28 terminal: <Ignore> should be no-op (#37494) - 074d342 terminal: avoid multiple terminals writing to same buffer (#37219) - 2cc7873 terminal: crash when TermClose deletes other buffers - ea87192 terminal: crash when TermClose switches back to terminal buffer - ceed171 terminal: crash with race between buffer close and OSC 2 (#37225) - acc46e1 terminal: handle closing terminal with pending TermRequest (#37227) - bb31e7b terminal: inconsistent mode change when switching buffer (#37215) - 40c974e terminal: restore options properly when switching buffer (#37485) - 46f569a treesitter: use metadata in :EditQuery captures #37116 - 076f799 trust: :trust command on Windows #36509 - d997c8e tutor: escape tutor filename #36539 - fcd0517 ui.open: use "start" instead of deprecated "rundll32" #36731 - 6a507ba vim.fs: abspath(".") returns "/…/." (#36584) - d974c68 vim.fs: root() should always return absolute path #36466 - 91fd4d1 vim.loader: randomized AppImage path pollutes luac cache #35636 - 45cda1b vim.loader: randomized AppImage path pollutes luac cache #36944 - d9631c7 window: crash closing only non-float if autocmds :tabonly (#37218) - f7e2554 window: crash closing split if autocmds close other splits (#37233) - 7a9bced window: disallow closing autocmd window in other tabpage - 88619e1 window: handle closing the only non-float in other tabpage - d38ba7e window: restore b_nwindows if win_close_othertab keeps window - 6338d2d window: win_move_after UAF from naughty autocmds (#37065) - fac7c10 windows: set manifest resource ID to 1 in nvim.rc for MinGW (#36611) BUILD -------------------------------------------------------------------------------- - d0ed06d haiku os support #36639 - a94647b build(windows): restore "tee" on Windows #36627 - 1f93acc build(windows): vendor xxd.c (#36755) REVERTED CHANGES -------------------------------------------------------------------------------- - ae25f69 fix: vim.lsp.omnifunc should not throw away other items VIM PATCHES -------------------------------------------------------------------------------- - b3eab00 229f79c: runtime(yaml): fix wrong order of undo_ftplugin suboptions - 89f8e97 3a324c8: runtime(doc): Fix typo in syntax.txt (#37522) - d1cd79a 64799a5: runtime(doc): clarify the behavior of CTRL-Z - 0978d83 7bc9880: runtime(make): do not automatically indent after a special target - 781da75 8.1.0753: printf format not checked for semsg() (#37248) - 44eae48 9.1.0893: No test that undofile format does not regress (#37193) - 9a50420 9.1.1872: Cmdline history not updated when mapping <Up> and <CR> (#36334) - d1604e0 9.1.1969: Wrong cursor position after formatting with long 'formatprg' (#36918) - fda8d2c 9.1.2028: [security]: Buffer-overflow with incomplete multi-byte chars (#37133) - f96e401 9.1.2055: Division by zero in :file after failing to wipe buffer (#37268) - f8961c3 9.1.2058: b_locked_split is not checked for :sbuffer - 9f2b991 9.1.2066: :wqall! doesn't close a terminal like :qall! does (#37314) - b1fa8f1 9.1.2068: :bd/bw may try to switch to a closing buffer - 600d9f3 9.1.2086: Memory leak when skipping invalid literal dict - 0cc15be 9.1.2087: Crash when using :tabonly in BufUnload - d052d22 9.1.2090: Last buffer not freed with EXITFREE - 537e8d6 9.1.2095: :wqall! doesn't quit when using :quit in BufWritePost - 0b1f5a1 9.1.2105: tests: not enough tests for using plain_vgetc() (#37521) - 0da1e4b 9.1.2107: :normal may change cmdline history (#37523) - a66fce6 98a0cbf: patch 9.1.1971: crash with invalid positional argument 0 in printf() (#36919) - 85404d1 eb732ed: runtime(doc): Wrap overlength lines in uganda.txt (#36550) - a93b5a7 fe8c8b1: runtime(doc): fix outdated :function help - 0706c55 partial:9.1.1955: sort() does not handle large numbers correctly (#36840)
1 parent 1772203 commit e8b87a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ endif()
142142
set(NVIM_VERSION_MAJOR 0)
143143
set(NVIM_VERSION_MINOR 11)
144144
set(NVIM_VERSION_PATCH 6)
145-
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
145+
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
146146

147147
# API level
148148
set(NVIM_API_LEVEL 13) # Bump this after any API/stdlib change.

runtime/nvim.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
</screenshots>
2727

2828
<releases>
29+
<release date="2026-01-26" version="0.11.6"/>
2930
<release date="2025-11-02" version="0.11.5"/>
3031
<release date="2025-08-31" version="0.11.4"/>
3132
<release date="2025-07-12" version="0.11.3"/>

0 commit comments

Comments
 (0)