aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
* fix(lsp): better handling of "*" configsLewis Russell2025-03-31
* test(float): restore border tests (#33222)zeertzjq2025-03-31
* feat(float): 'winborder' "bold" style #33189glepnir2025-03-31
* feat(editor): 'autowriteall' on SIGHUP/SIGQUIT #32843Skoh2025-03-31
* Merge pull request #32440 from fredizzimo/message-attachbfredl2025-03-31
|\
| * fix(ui): send multigrid message position and size when the UI is refreshedFred Sundvik2025-03-27
* | feat(lsp): workspace_required #31824Michael Strobel2025-03-30
* | fix(vim.lsp.inlay_hint): requesting inlay_hints even when disabled #32999Bartłomiej Maryńczak2025-03-30
* | vim-patch:9.1.1261: No test for 'pummaxwidth' non-truncated items (#33193)zeertzjq2025-03-30
* | feat(checkhealth): emoji for OK/WARN/ERROR #33172Justin M. Keyes2025-03-30
* | fix(api): use E226 instead of E227 for duplicate abbreviation (#33159)zeertzjq2025-03-30
* | Merge pull request #33114 from zeertzjq/vim-9.1.1250zeertzjq2025-03-29
|\ \
| * | fix(pum): simplify 'pummaxwidth' truncation and avoid crashzeertzjq2025-03-29
| * | vim-patch:9.1.1255: missing test condition for 'pummaxwidth' settingzeertzjq2025-03-29
| * | vim-patch:9.1.1250: cannot set the maximum popup menu widthzeertzjq2025-03-29
* | | fix(api): use original LHS in keymap error message #33135Gregory Anders2025-03-29
|/ /
* | fix(pum): fix heap-buffer-overflow with 'rightleft' (#33146)zeertzjq2025-03-29
* | fix(cmdline): avoid empty @: register after :<CR> (#33126)luukvbaal2025-03-28
* | fix(cmdline): empty ext_cmdline block events for :<CR> #33118luukvbaal2025-03-28
* | refactor(treesitter): simplify injection retrieval #33104Riley Bruins2025-03-28
* | fix(mouse): crash with click on win-separator in statusline (#33091)Shadman2025-03-28
* | vim-patch:9.1.1243: diff mode is lacking for changes within lineszeertzjq2025-03-28
* | fix(health): message should mention "vim.provider" #33095Eisuke Kawashima2025-03-27
* | fix(ui): wincmd _ should not increase 'cmdheight' above 0 (#33056)luukvbaal2025-03-27
* | fix(display): scroll logic does not take into account concealed topline (#33054)luukvbaal2025-03-27
|/
* vim-patch:9.1.1178: not possible to generate completion candidates using fuzz...zeertzjq2025-03-27
* vim-patch:9.1.1008: tests: test for patch 9.1.1006 doesn't fail without the p...zeertzjq2025-03-27
* vim-patch:9.1.0705: Sorting of fuzzy filename completion is not stablezeertzjq2025-03-27
* vim-patch:9.1.0631: wrong completion list displayed with non-existing dir + f...zeertzjq2025-03-27
* vim-patch:9.1.0598: fuzzy completion does not work with default completionzeertzjq2025-03-27
* refactor(diagnostic)!: remove deprecated diagnostic APIs (#33072)Gregory Anders2025-03-26
* fix: temporarily disable 0.12 deprecation testsJustin M. Keyes2025-03-26
* NVIM v0.11.0Justin M. Keyes2025-03-26
* fix(lua): no omni/cmdline completion for vim.env (#33044)Phạm Bình An2025-03-26
* fix(cmdline): cmdline completion of _defer_require() modules #33007phanium2025-03-24
* test(checkhealth): nested path 'runtimepath' #33034phanium2025-03-23
* test(log): use tempfile for expected error logs #33017luukvbaal2025-03-23
* fix(paste): wrong '[ mark after pasting a big string (streamed chunks) #33025Au.2025-03-23
* fix(lsp): handle using array as open_floating_preview title (#33016)Au.2025-03-22
* fix(log): unify error messages for vim.ui_attach/decor providers #33005luukvbaal2025-03-21
* fix(messages): incorrect error message splitting and kind #32990luukvbaal2025-03-19
* fix(snippet): wrong indentation when snippet contains "^" #32970Avinash Thakur2025-03-19
* fix(filetype): normalize full path before matching #32227markstegeman2025-03-19
* fix(api): don't use 'winborder' when reconfiguring float (#32984)glepnir2025-03-19
* fix(marks): ensure decor is removed with proper range (#32973)luukvbaal2025-03-19
* fix(api): fix 'winborder' preventing splits with nvim_open_win (#32981)zeertzjq2025-03-19
* feat(float): add winborder option (#31074)glepnir2025-03-18
* docs: misc #32959Justin M. Keyes2025-03-18
* fix(lua): ensure inspect_pos() only shows visible highlight extmarksLuuk van Baal2025-03-18
* test: cleanup ftplugin_spec.lua #32948Justin M. Keyes2025-03-17