aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
* fix(ui): send multigrid message position and size when the UI is refreshedFred Sundvik2025-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
* feat(runtime): Lua ftplugin 'includeexpr' #32719Phạm Bình An2025-03-17
* Merge pull request #32871 from ofseed/test-lspLewis Russell2025-03-17
|\
| * test(lsp): add a test for refreshing hints after being requestedYi Ming2025-03-17
| * test(lsp): add a test for resetting the active request after receiving errorYi Ming2025-03-17
* | refactor(lsp)!: rename lsp.completion.trigger() to get() (#32911)Mathias Fußenegger2025-03-16
* | fix(checkhealth): handle nested lua/ directory #32918phanium2025-03-16
* | refactor(test): move runtime_spec.lua to editor/ #32919Justin M. Keyes2025-03-16
* | fix(marks): issues with invalid marks and marks beyond eob (#32862)luukvbaal2025-03-16
* | refactor(test): deprecate n.feed_command() #32915Justin M. Keyes2025-03-15
* | fix(statuscolumn): misleading v:lnum for virtual lines #32912luukvbaal2025-03-15
* | docs: miscdundargoc2025-03-15
* | feat(defaults): completeopt=popup #32909Justin M. Keyes2025-03-15
* | fix(cmdline): ext_cmdline block events for conditionalsLuuk van Baal2025-03-15
* | vim-patch:9.1.1203: matchparen keeps cursor on case label in sh filetype (#32...zeertzjq2025-03-15
|/
* test: do not dedent() in feed() (#32884)zeertzjq2025-03-14
* test: flaky loop_spec.lua #32885Justin M. Keyes2025-03-14
* feat(snippet): set snippet keymaps permanent instead of dynamic (#31887)Mathias Fußenegger2025-03-14
* vim-patch:9.1.1200: cmdline pum not cleared for input() completion (#32879)zeertzjq2025-03-13
* fix(messages): no trailing newline for inputlist, tselect, z= with ext_messagesLuuk van Baal2025-03-13
* fix(lua): vim.hl.on_yank highlights wrong region with yi' (#32850)phanium2025-03-13
* test: reduce flakiness in blocking wait tests (#32868)zeertzjq2025-03-13
* fix: update osc52 termfeatures flag on UIEnter/UILeave (#32756)Gregory Anders2025-03-12
* fix(lsp): handle non-existent configs in lsp.config/enableLewis Russell2025-03-12
* feat(treesitter): allow disabling captures and patterns on TSQuery (#32790)Ian Chamberlain2025-03-11