summaryrefslogtreecommitdiffstatshomepage
path: root/test
AgeCommit message (Expand)AuthorFiles
2026-04-22fix(cmdline): avoid 'incsearch' recursion after redraw #39303luukvbaal1
2026-04-22backport: fix(ui2): ensure msg window is visible after closing tab (#39245)neovim-backports[bot]1
2026-04-22fix(float): don't unload 'hidden' float buffer with :close! (#39304)neovim-backports[bot]1
2026-04-22test(tui_spec): fix "Uncaught Error" with PUC Lua (#39301)neovim-backports[bot]1
2026-04-22fix(options): default 'titlestring' shows CWD #39233Nick Krichevsky2
2026-04-22fix(:restart): --listen reusage on windows #39281neovim-backports[bot]2
2026-04-22fix(pack): GIT_DIR/GIT_WORK_TREE env vars may interfere #39279fleesk1
2026-04-22fix(cmd): ++p, ++edit should match "word" boundary #39146glepnir1
2026-04-22vim-patch:9.2.0385: Integer overflow with "ze" and large 'sidescrolloff' (#39...zeertzjq1
2026-04-21backport: refactor(test): drop deprecated exc_exec #39255Justin M. Keyes78
2026-04-21fix(substitute): don't crash with very large count (#39272)zeertzjq1
2026-04-20fix(ui2): don't dismiss expanded messages for non-typed key #39247luukvbaal1
2026-04-20fix(api): expose fg_indexed/bg_indexed in nvim_get_hl (#39240)Justin M. Keyes1
2026-04-20vim-patch:9.2.0364: tests: test_smoothscroll_textoff_showbreak() failszeertzjq1
2026-04-20fix(smoothscroll): crash when resizing to textoff with showbreakJaehwang Jung2
2026-04-19fix(drawline): hang while redrawing diff filler above fold #39219Jaehwang Jung1
2026-04-19backport docs: misc (#39206)Justin M. Keyes1
2026-04-19backport: feat(events): trigger MarkSet autocmd in :delmarks (#39218)Ashley Hauck1
2026-04-18fix(lsp): skip codelens refresh redraw for deleted buffer #39193Jaehwang Jung1
2026-04-18fix(lsp): show CompletionItem.detail in info popup #38904glepnir1
2026-04-18fix(lua): make `vim._with()` work with `buf=0` and `win=0` context #39151Evgeni Chasnovski1
2026-04-18test(tui_spec): don't run tty-test in a shell (#39186)zeertzjq1
2026-04-18fix(marks): adjust marks when unloading "nofile" buffer #39118luukvbaal1
2026-04-18fix(vim.filetype): match() fails if g:ft_ignore_pat is not defined #39158Evgeni Chasnovski1
2026-04-18backport: test(lsp): extract buf/util parts from lsp_spec.lua (#39170)Justin M. Keyes5
2026-04-17fix(terminal): forward streamed bracketed paste properly (#39152)zeertzjq1
2026-04-17test: include test path in summary (#39141)zeertzjq6
2026-04-17fix(completion): update CursorColumn during completion (#39159)zeertzjq1
2026-04-16fix(treesitter): TSNode:id() with NUL byte causes unreliable select() #39134altermo1
2026-04-16fix(ui2): dialog paging is inconsistent #39128luukvbaal1
2026-04-16test(pack): increase retry timeout for startup test #39125Evgeni Chasnovski1
2026-04-16fix(treesitter): restore highlighting on 32 bit systems #39091Barrett Ruth1
2026-04-16vim-patch:9.2.0357: [security]: command injection via backticks in tag files ...zeertzjq1
2026-04-15backport: refactor: update usages of deprecated "buffer" param #39090Justin M. Keyes7
2026-04-15Merge #39088 test: replace busted with local harnessJustin M. Keyes31
2026-04-15refactor(api): rename "window" to "win" (positional parameters) #39083Justin M. Keyes1
2026-04-15test: replace busted with local harnessLewis Russell31
2026-04-15fix(lua): make vim.deep_equal cycle-safeLewis Russell1
2026-04-15test(vterm): retain ffi callback structsLewis Russell1
2026-04-15vim-patch:partial:9.2.0348: potential buffer underrun when setting statusline...zeertzjq4
2026-04-15vim-patch:9.2.0345: Wrong autoformatting with 'autocomplete' (#39060)zeertzjq1
2026-04-14fix(gf): handle local `file:` URI paths #38915Barrett Ruth1
2026-04-14test: n.rmdir() save-and-restore CWD #39048Justin M. Keyes1
2026-04-14test(pack): use n.rmdir() to delete directories #39046Evgeni Chasnovski1
2026-04-14fix(cmdline): avoid Ex-mode NULL cmdline_block event #39043luukvbaal1
2026-04-13backport: feat(api): rename buffer to buf in retval #39015Justin M. Keyes3
2026-04-12test(terminal/channel_spec): wait some time for shell to start (#38995)zeertzjq1
2026-04-12fix(lsp): show_document can't position cursor past EOL in insert-mode #38566Lars Debor1
2026-04-12fix(pum): info float width grows on reselect with 'linebreak' #38680glepnir1
2026-04-12fix(lsp): send didOpen on save to all clients+groups #37454Emilv21