summaryrefslogtreecommitdiffstatshomepage
path: root/test
AgeCommit message (Expand)AuthorFiles
2024-01-19fix(inccommand): improve preview buffer number handling (#27087)zeertzjq2
2024-01-19vim-patch:9.1.0040: issue with prompt buffer and hidden buffer (#27071)zeertzjq2
2024-01-19vim-patch:9.1.0033: Insert mode not stopped if closing prompt buffer modifies...zeertzjq2
2024-01-19fix(edit): don't go to Terminal mode when stopping Insert mode (#27033)zeertzjq1
2024-01-16vim-patch:8.1.1968: crash when using nested map() (#27029)zeertzjq2
2024-01-10fix(pum): handle right-click menu repositioning with multigrid (#26975)zeertzjq1
2024-01-06fix(test/tui_spec): pass the expected NULL-sentinel to execl()James McCoy1
2024-01-05fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892)zeertzjq1
2024-01-03feat(vim.deprecate): only issue warning if neovim version is high enoughdundargoc1
2023-12-30test(functional): remove faulty pending checkChristian Clason1
2023-12-30build: add more runtime files to test dependenciesdundargoc1
2023-12-23fix(mappings): fix mapset() not replacing map with backslashzeertzjq1
2023-12-20fix(options): setting 'scroll' with resized gridzeertzjq1
2023-12-20test: make text-only snapshots workzeertzjq1
2023-12-20test: allow avoiding repeated screen lines in expected stateszeertzjq1
2023-12-19vim-patch:9.0.2178: reg_executing() wrong for :normal with rangezeertzjq1
2023-12-19fix(api): don't set coladd of markzeertzjq1
2023-12-12vim-patch:9.0.2159: screenpos() may crash with neg. columnzeertzjq1
2023-12-07test(inccommand_spec): actually trigger 'inccommand' previewzeertzjq1
2023-12-07test: fix dependencies between test caseszeertzjq9
2023-12-07fix(inccommand): save and restore '[ and '] markszeertzjq1
2023-12-06vim-patch:9.0.2151: 'breakindent' is not drawn after diff filler lineszeertzjq2
2023-12-06fix(change): update fold after on_bytesJaehwang Jung1
2023-12-04[Backport release-0.9] fix: vim.treesitter.get_node() now correctly takes opt...github-actions[bot]1
2023-12-01fix(api): use a conditional stack for nvim_cmdzeertzjq1
2023-11-30test: :terminal when 'shell' uses backslasheszeertzjq1
2023-11-30test(ex_terminal_spec): unskip tests that work on Windows (#26311)zeertzjq1
2023-11-25fix(oldtest): always use a 64-bit int for swapfile block numberJames McCoy1
2023-11-24fix(mouse): avoid dragging when clicking next to popupmenuLuuk van Baal1
2023-11-24fix(mouse): avoid dragging after click label popupmenu callbackLuuk van Baal1
2023-11-23vim-patch:9.0.0598: using negative array index with negative width windowzeertzjq1
2023-11-23vim-patch:9.0.0492: cmdwin test fails on MS-Windowszeertzjq1
2023-11-23vim-patch:9.0.0490: using freed memory with cmdwin and BufEnter autocmdzeertzjq1
2023-11-23vim-patch:9.0.0249: no test for what 9.0.0234 fixeszeertzjq1
2023-11-23vim-patch:9.0.0218: reading before the start of the linezeertzjq1
2023-11-23vim-patch:9.0.0064: confusing error when using "q:" in command line windowzeertzjq1
2023-11-14fix(defaults): set 'fsync' #26039Justin M. Keyes1
2023-11-11fix(highlight): apply 'winblend' to float borderzeertzjq1
2023-11-07fix(lua): correct return value for on_key with no argumentsaltermo1
2023-10-31fix(terminal): keep focus when scrolling number column of another windowzeertzjq1
2023-10-31fix(terminal): don't lose focus on <MouseMove>zeertzjq1
2023-10-29fix(terminal): avoid Insert mode in Terminal bufferzeertzjq1
2023-10-25fix(terminal): assign channel to terminal earlierzeertzjq2
2023-10-24fix(marks): handle switching buffer properlyzeertzjq2
2023-10-20ci(cirrus): don't run lua/help_speczeertzjq1
2023-10-18fix(move): check the correct bufferzeertzjq1
2023-10-17test(autocmd/termxx_spec): fix flakinesszeertzjq1
2023-10-15[Backport release-0.9] feat(highlight): Allow hyphens (-) in highlight group ...github-actions[bot]1
2023-10-14test(terminal/channel_spec): fix flakinesszeertzjq1
2023-10-14fix(ui): empty line before the next message after :silent commandnwounkn1