aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* test: add screenpos() benchmarksVanaIgr2024-01-18
* fix(inccommand): improve preview buffer number handling (#27087)zeertzjq2024-01-19
* docs: various #25289Justin M. Keyes2024-01-18
* vim-patch:9.0.1437: test fails with different error number (#27074)zeertzjq2024-01-18
* vim-patch:9.1.0040: issue with prompt buffer and hidden buffer (#27071)zeertzjq2024-01-18
* vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)zeertzjq2024-01-18
* Merge pull request #27024 from lewis6991/test_followupLewis Russell2024-01-17
|\
| * test: fix mkdir()Lewis Russell2024-01-17
| * test: move format_{string,luav} to a separate moduleLewis Russell2024-01-17
| * test: improve helpers.argss_to_cmd()Lewis Russell2024-01-17
| * test: fix helpers.relpath()Lewis Russell2024-01-17
| * test: simplify helpers.sysname()Lewis Russell2024-01-17
| * test: add type annotationsLewis Russell2024-01-17
| * test: remove unused functionsLewis Russell2024-01-17
| * test: refactor PathsLewis Russell2024-01-17
| * test: remove test.deprecatedLewis Russell2024-01-17
| * test: big cleanup followupLewis Russell2024-01-17
* | fix(column): remove sign from line it was previously on with undoLuuk van Baal2024-01-17
* | fix(column): pass kFalse when initializing "b_signcols.count"Luuk van Baal2024-01-17
|/
* vim-patch:9.1.0033: Insert mode not stopped if closing prompt buffer modifies...zeertzjq2024-01-17
* vim-patch:9.1.0035: i_CTRL-] triggers InsertCharPre (#27049)altermo2024-01-17
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* vim-patch:9.1.0013: Modula2 filetype support lacking (#27020)Sean Dewar2024-01-16
* fix(column): redraw 'statuscolumn' on wrapped lines with 'relativenumber'Luuk van Baal2024-01-16
* vim-patch:partial:9.1.0027: Vim is missing a foreach() func (#27037)zeertzjq2024-01-16
* fix(edit): don't go to Terminal mode when stopping Insert mode (#27033)zeertzjq2024-01-16
* vim-patch:8.1.1968: crash when using nested map() (#27029)zeertzjq2024-01-16
* vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq2024-01-16
* feat(terminal): respond to OSC background and foreground request (#17197)Daniel Steinberg2024-01-15
* fix(grid): handle clearing half a double-width char (#27023)zeertzjq2024-01-15
* fix(column): keep track of number of lines with number of signsLuuk van Baal2024-01-15
* fix(colorscheme): default statusline groups usability #26921Evgeni Chasnovski2024-01-13
* Merge pull request #26734 from bfredl/splitaroobfredl2024-01-13
|\
| * fix(buffer_updates): correct buffer updates when splitting empty linebfredl2024-01-13
* | vim-patch:9.1.0021: i_CTRL-R- doesn't work for multibyte chars in Replace modezeertzjq2024-01-13
* | vim-patch:9.1.0015: i_CTRL-R- no longer works in replace modezeertzjq2024-01-13
* | vim-patch:8.2.3439: deleted lines go to wrong yank registerzeertzjq2024-01-13
* | vim-patch:9.1.0025: A few typos in tests and justify.vimdundargoc2024-01-12
* | Merge pull request #26994 from lewis6991/vimhelpersLewis Russell2024-01-12
|\ \
| * | test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
| * | test: normalise nvim bridge functionsLewis Russell2024-01-12
| * | test: typing for helpers.methsLewis Russell2024-01-12
| * | test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
| * | test: use vim.inspect directlyLewis Russell2024-01-12
| * | test: remove helpers.sleep()Lewis Russell2024-01-12
| * | test: do not inject vim module into global helpersLewis Russell2024-01-12
* | | vim-patch:9.1.0016: default diff highlighting is too noisyChristian Clason2024-01-12
| |/ |/|
* | vim-patch:9.1.0011: regexp cannot match combining chars in collection (#26992)zeertzjq2024-01-12
|/
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* feat(vim.iter): add Iter:flatten (#26786)JD2024-01-10