summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional
AgeCommit message (Expand)AuthorFiles
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-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)zeertzjq3
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-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 Russell10
2026-04-15test: replace busted with local harnessLewis Russell10
2026-04-15vim-patch:9.2.0346: Wrong cursor position when entering command line window (...zeertzjq3
2026-04-15fix(lua): make vim.deep_equal cycle-safeLewis Russell1
2026-04-14fix(gf): handle local `file:` URI paths #38915Barrett Ruth1
2026-04-14feat(api): use zindex to determine dimmed cursor shape #39054luukvbaal1
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-14docs: lsp, options, api #38980Justin M. Keyes2
2026-04-14fix(completion): preselect ignores completeopt flag #39030glepnir1
2026-04-13feat(api): rename buffer to buf in retval #38900Justin M. Keyes3
2026-04-13test(ui/screen_basic_spec): scrolling behind floating window #38993jdrouhard1
2026-04-13feat(completion): completeopt=preselect, LSP CompletionItem.preselect #36613glepnir2
2026-04-13test(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-12feat(api): nvim_set_hl can set "font" #37668glepnir1
2026-04-12fix(lsp): send didOpen on save to all clients+groups #37454Emilv21
2026-04-12fix(api): nvim_get_hl drops groups defined with link_global #38492glepnir1
2026-04-11fix(highlight): preserve inherited colors when update=true breaks links #38750glepnir1
2026-04-10Merge #38501 :log, stdpath("state")/logsJustin M. Keyes2
2026-04-10feat(ex): add `:log` commandOlivia Kinnear1
2026-04-10feat(snippet): support multiple sessions #29340Maria Solano1