aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* | vim-patch:9.1.0097: 'breakindent' behaves inconsistently with 'list' and spli...zeertzjq2024-02-12
* | refactor(indent): refactor computing of a string's indent size (#27252)VanaIgr2024-02-12
* | refactor(lsp): move more code to client.luaLewis Russell2024-02-11
* | fix(messages): clear new lines when increasing 'cmdheight' (#27421)zeertzjq2024-02-11
* | feat(shortmess): "q" flag fully hides recording message (#27415)Trevor Arjeski2024-02-11
* | test(ui/mouse_spec): make sure click is processed (#27412)zeertzjq2024-02-10
* | vim-patch:9.1.0087: Restoring lastused_tabpage too early in do_arg_all() (#27...Raphael2024-02-10
* | test: add test for scroll wheel at right-click menu (#27409)zeertzjq2024-02-10
* | fix(startup): multiprocess startuptime #26790Pablo Arias2024-02-09
* | vim-patch:9.1.0088: TextChanged not triggered for :norm! commands (#27405)zeertzjq2024-02-10
* | vim-patch:9.1.0084: Visual hl wrong when it ends before multibyte 'showbreak'...zeertzjq2024-02-10
* | Merge pull request #27391 from bfredl/arenarockbfredl2024-02-08
|\ \
| * | refactor(api): refactor more api functions to use arena returnbfredl2024-02-08
* | | feat(lsp): deprecate severity_limitLewis Russell2024-02-08
* | | Revert "fixup! add benchmark"Lewis Russell2024-02-08
* | | fixup! add benchmarkLewis Russell2024-02-08
* | | vim-patch:9.1.0083: Redrawing can be improved when deleting lines with 'number'zeertzjq2024-02-08
* | | vim-patch:9.1.0082: Redrawing can be improved when deleting lines with 'curso...zeertzjq2024-02-08
|/ /
* | feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber2024-02-08
* | refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
* | perf: improve utf_char2cells() performance (#27353)VanaIgr2024-02-07
* | fix(event-loop): process input before events (#27358)zeertzjq2024-02-07
* | feat(treesitter): show root nodes in :InspectTree (#26944)altermo2024-02-06
* | fix(column): handle w_redr_statuscol at end filler lines (#27365)zeertzjq2024-02-06
* | vim-patch:9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines (#2...zeertzjq2024-02-06
* | docs: small fixes (#27213)dundargoc2024-02-06
* | test(tui_spec): prevent race between nvim_input and nvim_paste (#27356)zeertzjq2024-02-06
* | test: add test for 'foldcolumn' with cmdwin (#27355)zeertzjq2024-02-06
* | fix(tui): `space_buf` overflow when clearing screen (#27352)Sean Dewar2024-02-06
* | test(treesitter): add test cases for inspect_treeJongwook Choi2024-02-05
* | fix(lsp): handle adjacent snippet tabstopsMaria José Solano2024-02-05
|/
* Merge pull request #27328 from wookayin/fix/lsp-tagfuncLewis Russell2024-02-05
|\
| * test(lsp): add test cases for vim.lsp.tagfuncJongwook Choi2024-02-03
* | fix(redraw): update Visual selection properly with splits (#27343)zeertzjq2024-02-05
* | fix(inccommand): update topline after moving cursor (#27341)zeertzjq2024-02-05
* | perf(redraw): only redraw Visual area when cursor has moved (#27340)zeertzjq2024-02-05
* | vim-patch:9.1.0076: luau config file not detectedChristian Clason2024-02-04
* | vim-patch:9.1.0075: insert completion not correct when adding new leader (#27...Raphael2024-02-04
|/
* fix(keycodes): simplify S- properly when D- is present (#27316)zeertzjq2024-02-03
* test(old): correct path to .valgrind.supp (#27306)zeertzjq2024-02-02
* fix(vim.system): don't process non-fast events during wait() (#27300)zeertzjq2024-02-02
* feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)zeertzjq2024-02-02
* feat(ex_cmds): no error on :lua with {range} and {code} (#27290)luukvbaal2024-02-02
* Merge pull request #27122 from luukvbaal/signcolbfredl2024-02-01
|\
| * fix(column): clear "b_signcols" before moving saved marksLuuk van Baal2024-01-27
* | build: various fixesdundargoc2024-02-01
* | feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* | vim-patch:8.2.0117: crash when using gettabwinvar() with invalid arguments (#...zeertzjq2024-02-01
* | fix(statusline): missing offset when showing 'keymap' (#27270)zeertzjq2024-01-31
* | fix(lua): avoid internal error when :luado deletes lines (#27262)zeertzjq2024-01-30