aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Merge #28522 handle ui_attach side effectsJustin M. Keyes2024-04-27
|\
| * fix(ui): set 'cmdheight' to zero for all open tabpagesLuuk van Baal2024-04-27
| * fix(ui): update ext_ui widgets when attaching non-remote UILuuk van Baal2024-04-26
* | vim-patch:9.1.0375: tests: 1-second delay after Test_BufEnter_botline() (#28534)zeertzjq2024-04-27
* | vim-patch:9.1.0374: wrong botline in BufEnter (#28530)zeertzjq2024-04-27
* | fix(man.vim): q quits after jump to different tag in MANPAGER modified (#28495)Brian Cao2024-04-26
* | refactor(vim.iter)!: rename xxback() => rxx() #28503Justin M. Keyes2024-04-26
|/
* fix(completion): improve popup window position (#26739)Raphael2024-04-25
* feat(diagnostic): goto functions jump to highest severity (#28490)Gregory Anders2024-04-25
* fix(vim.ui)!: change open() to return pcall-like values #28502Justin M. Keyes2024-04-25
* Merge pull request #28492 from bfredl/hotfixbfredl2024-04-25
|\
| * fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecatebfredl2024-04-25
* | feat(fs): add vim.fs.root (#28477)Gregory Anders2024-04-24
* | feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins2024-04-25
|/
* refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)Mathias Fußenegger2024-04-23
* test: improve test conventionsdundargoc2024-04-23
* perf(lua): faster vim.deprecate() #28470Evgeni Chasnovski2024-04-23
* fix(diagnostic): vim.diagnostic.get(…,{lnum=…}) on multi-line diagnostic ...Raphael2024-04-23
* fix(diagnostic): open_float on multi-line diagnostics #28301Raphael2024-04-23
* vim-patch:9.1.0366: filetype: ondir files are not recognizedChristian Clason2024-04-23
* vim-patch:9.1.0364: tests: test_vim9_builtin is a bit slow (#28466)zeertzjq2024-04-23
* vim-patch:9.1.0365: Crash when typing many keys with D- modifier (#28464)zeertzjq2024-04-23
* vim-patch:9.1.0357: Page scrolling should place cursor at window boundaries (...luukvbaal2024-04-22
* fix(completion): check that healthcheck name is string (#28458)zeertzjq2024-04-22
* Merge pull request #28434 from glepnir/23120bfredl2024-04-22
|\
| * fix(float): wrong position when bufpos is setglepnir2024-04-21
* | fix(window): don't go to unfocusable float when closing (#28455)zeertzjq2024-04-22
* | refactor(lua): deprecate tbl_flattenJustin M. Keyes2024-04-22
* | vim-patch:9.1.0363: tests: test_winfixbuf is a bit slow (#28446)zeertzjq2024-04-22
* | refactor(lua): rename tbl_isarray => isarrayJustin M. Keyes2024-04-21
* | refactor(lua): rename tbl_islist => islistJustin M. Keyes2024-04-21
* | 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.0355: filetype: flake.lock files are not recognizedChristian Clason2024-04-19
* vim-patch:9.1.0354: runtime(uci): No support for uci file types (#28409)zeertzjq2024-04-19
* 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
* vim-patch:9.1.0344: Cursor wrong after using setcellwidth() in terminal (#28391)zeertzjq2024-04-18
* vim-patch:9.1.0341: Problem: a few memory leaks are found (#28382)zeertzjq2024-04-17
* vim-patch:9.1.0340: Problem: Error with matchaddpos() and empty list (#28381)zeertzjq2024-04-17
* test: API can return Lua function to Lua code (#28380)zeertzjq2024-04-17