aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
...
* | Merge pull request #27872 from luukvbaal/cmdheightbfredl2024-04-21
|\ \
| * | fix(ui): don't force 'cmdheight' to zero with ext_messagesLuuk van Baal2024-04-20
* | | fix(api): do not update grid position in nvim_win_set_cursor (#28235)luukvbaal2024-04-21
* | | feat(treesitter): handle quantified fold capturesRiley Bruins2024-04-20
* | | refactor(lua): "module" => "M" #28426Justin M. Keyes2024-04-20
|/ /
* | feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)Yinzuo Jiang2024-04-20
* | fix(vim.ui.open): try wslview before explorer.exe #28424Justin M. Keyes2024-04-20
|/
* fix(showcmd): clear the rest properly (#28420)zeertzjq2024-04-20
* vim-patch:9.1.0351: No test that completing a partial mapping clears 'showcmd...zeertzjq2024-04-19
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* refactor(lsp): merge rpc.domain_socket_connect into rpc.connect (#28398)Mathias Fußenegger2024-04-18
* test: 'showcmd' with ext_messages and Visual selection (#28393)zeertzjq2024-04-18
* vim-patch:9.1.0343: 'showcmd' wrong for partial mapping with multibyte (#28392)zeertzjq2024-04-18
* test: API can return Lua function to Lua code (#28380)zeertzjq2024-04-17
* fix(lua): only free luarefs when returning from API (#28373)zeertzjq2024-04-17
* feat(lua): vim.fs.normalize() resolves ".", ".." #28203Famiu Haque2024-04-16
* fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq2024-04-16
* fix(api): ignore 'autochdir' when setting buf in other win (#28371)Raphael2024-04-16
* Merge #28227 feat(diagnostic): is_enabled, enable(…, enable:boolean)Justin M. Keyes2024-04-16
|\
| * feat(diagnostic): enable(…, opts)Justin M. Keyes2024-04-15
| * feat(diagnostic): is_enabled, enable(…, enable:boolean)Justin M. Keyes2024-04-15
* | test: make mapping tests more consistent (#28368)zeertzjq2024-04-16
* | test: getting autocmd Lua callback in Vimscript (#28367)zeertzjq2024-04-16
* | fix(messages): avoid crash with :intro and ch=0 (#28343)zeertzjq2024-04-16
* | fix(base64): properly handle embedded NULLs when decoding (#28349)Gregory Anders2024-04-15
|/
* fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes2024-04-15
* fix(api): make width/height for split by nvim_open_win work (#28341)zeertzjq2024-04-15
* vim-patch:9.1.0329: String interpolation fails for Dict type (#28335)zeertzjq2024-04-15
* feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2024-04-14
* fix(defaults): only repeat macro for each selected line if linewise (#28289)zeertzjq2024-04-15
* fix(tui): make setcellwidths() work for non-ambiwidth chars (#28322)zeertzjq2024-04-14
* fix(float): improve error message when reconfig failed (#25076)Raphael2024-04-13
* fix(move): fix using the wrong window (#28312)zeertzjq2024-04-13
* revert: "feat(health): fold successful healthchecks #22866"dundargoc2024-04-13
* fix(move): check for filler lines properly (#28307)zeertzjq2024-04-13
* Merge pull request #26774 from glepnir/24129bfredl2024-04-12
|\
| * fix(float): don't relative flaot win itselfglepnir2024-04-10
* | test: macros in Visual mode without default mappings (#28288)zeertzjq2024-04-12
* | test: remove unnecessary nil argument to testutil (#28270)zeertzjq2024-04-11
* | test: fix off-by-one test IDs in logs (#28269)zeertzjq2024-04-11
* | fix(treesitter): use tree range instead of tree root node rangealtermo2024-04-10
* | refactor(test): inject after_each differentlyLewis Russell2024-04-10
* | fix(drawline): don't invoke on_line for filler line (#28219)Jaehwang Jung2024-04-10
|/
* fix(prompt): emit change event for prompt newline (#28260)zeertzjq2024-04-10
* fix(tests): use more global highlight definitionsbfredl2024-04-09
* test(terminal/buffer_spec): use screen:expect(), not retry() (#28246)zeertzjq2024-04-09
* test(terminal/buffer_spec): avoid other keys in double clicks (#28245)zeertzjq2024-04-09
* vim-patch:9.1.0260: Problems with "zb" and scrolling to new topline with 'smo...Luuk van Baal2024-04-08
* vim-patch:9.1.0258: half-page scrolling broke backward compatibilityLuuk van Baal2024-04-08
* test: improve test conventionsdundargoc2024-04-08