summaryrefslogtreecommitdiffstatshomepage
path: root/test
AgeCommit message (Expand)AuthorFiles
2026-04-21fix(:restart): reuse --listen addr on Windows #38539Sanzhar Kuandyk2
2026-04-21feat(normal): normal-mode ZR does :restartJustin M. Keyes2
2026-04-21fix(substitute): don't crash with very large count (#39272)zeertzjq1
2026-04-21fix(build): more changes to make zig 0.16.0 workbfredl2
2026-04-21vim-patch:9.2.0371: filetype: ghostty config files are not recognized (#39267)zeertzjq1
2026-04-21vim-patch:9.2.0373: Ctrl-R mapping not triggered during completion (#39261)zeertzjq1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes77
2026-04-20fix(ui2): don't dismiss expanded messages for non-typed key #39247luukvbaal1
2026-04-20fix(ui2): ensure msg window is visible after closing tabLuuk van Baal1
2026-04-20fix(api): expose fg_indexed/bg_indexed in nvim_get_hl #39210glepnir1
2026-04-20Merge #39194 from justinmk/luavimfnJustin M. Keyes2
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-19feat(options): add 'winpinned' to pin a window #39157luukvbaal2
2026-04-20fix(excmd): nlua_call_excmd require() failure is a "lua_error"Justin M. Keyes2
2026-04-19fix(drawline): hang while redrawing diff filler above fold #39219Jaehwang Jung1
2026-04-19feat(events): trigger MarkSet autocmd in :delmarks #39156Ashley Hauck1
2026-04-18vim-patch:8.2.3024: execute() function test failsJan Edmund Lazo2
2026-04-18fix(lsp): show CompletionItem.detail in info popup #38904glepnir1
2026-04-18docs: misc #39045Justin M. Keyes1
2026-04-18fix(lsp): skip codelens refresh redraw for deleted buffer #39193Jaehwang Jung1
2026-04-18fix(lua): make `vim._with()` work with `buf=0` and `win=0` context #39151Evgeni Chasnovski1
2026-04-18refactor(vimfn): full-Lua impl of vim.fn.environ()Justin M. Keyes2
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-18vim-patch:9.1.2004: MS-Windows: executable() cannot find file in directory wi...Jan Edmund Lazo1
2026-04-17fix(lsp): limit number of created highlight groups (#39133)Evgeni Chasnovski1
2026-04-17perf(vim.fn): call Lua-implemented vim.fn.xx() directly #39166Justin M. Keyes3
2026-04-18fix(terminal): forward streamed bracketed paste properly (#39152)zeertzjq1
2026-04-17test(lsp): extract buf/util parts from lsp_spec.lua #39149Yi Ming5
2026-04-17fix(completion): update CursorColumn during completion (#39159)zeertzjq1
2026-04-17test: include test path in summary (#39141)zeertzjq6
2026-04-16fix(ui2): dialog paging is inconsistent #39128luukvbaal1
2026-04-16fix(treesitter): TSNode:id() with NUL byte causes unreliable select() #39134altermo1
2026-04-16test(pack): increase retry timeout for startup test #39125Evgeni Chasnovski1
2026-04-16fix(float): don't unload 'hidden' float buffer with :close! (#39096)luukvbaal1
2026-04-16Merge #39078 render class dot members as module functionsJustin M. Keyes1
2026-04-16feat(docs): render class dot members as module functionsYi Ming1
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-16vim-patch:9.2.0354: filetype: not all Bitbake include files are recognizedzeertzjq1
2026-04-16vim-patch:9.2.0355: runtime(tar): missing path traversal checks in tar#Extrac...zeertzjq1
2026-04-15fix(lsp): set 'winfixbuf' in open_floating_preview() window #39058Raizento1
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes7
2026-04-15refactor(api): rename "window" to "win" (positional parameters) #39083Justin M. Keyes1
2026-04-15feat(lsp): highlight foldtext via treesitter #38789Yi Ming1
2026-04-15refactor(diagnostic): split diagnostic moduleLewis Russell1
2026-04-15Merge pull request #38486 from lewis6991/testharnesLewis Russell32
2026-04-15test: replace busted with local harnessLewis Russell32