aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds
Commit message (Expand)AuthorAge
* fix(editor): respect [+cmd] when executing :drop #33339jyn2025-04-08
* test: do not dedent() in feed() (#32884)zeertzjq2025-03-14
* vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq2025-02-28
* fix(lua): wrong script context for option set by func from nvim_exec2 (#32659)zeertzjq2025-02-27
* test: option set by Lua autocommand has correct script context (#32652)zeertzjq2025-02-27
* test: unreliable swapfile_preserve_recover_specJustin M. Keyes2025-02-26
* feat(lua): vim.text.indent()Justin M. Keyes2025-02-26
* fix(eval): don't shorten $HOME in v:stacktrace (#32634)zeertzjq2025-02-26
* fix(lua): don't override script ID from :source (#32626)zeertzjq2025-02-25
* fix(api): don't override Vimscript SID (#32610)zeertzjq2025-02-25
* fix(treesitter): avoid computing fold levels for empty bufferLuuk van Baal2025-02-19
* refactor(tests): drop os_kill #32401Justin M. Keyes2025-02-11
* refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
* refactor(tests): merge n.spawn/n.spawn_argv into n.new_session #31859Justin M. Keyes2025-01-04
* feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal2025-01-02
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* test: tmpname() can skip file creationJustin M. Keyes2024-09-02
* vim-patch:9.1.0651: ex: trailing dot is optional for :g and :insert/:append (...zeertzjq2024-08-02
* vim-patch:8.2.4065: computation overflow with large cound for :yankzeertzjq2024-07-14
* fix(quickfix): make shortmess+=O work with cmdheight=0 (#29609)zeertzjq2024-07-08
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix(api): set script context when using nvim_set_hl (#28123)zeertzjq2024-03-31
* fix: explain that user should run nvim with -V1 to see more informationdundargoc2024-03-30
* test: use matches(...) instead of ok(string.find(...)) (#28111)zeertzjq2024-03-30
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* vim-patch:9.1.0195: memleak with ex_drop, NULL dereferencezeertzjq2024-03-22
* vim-patch:9.1.0192: drop: don't rewind when editing the same filezeertzjq2024-03-22
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* fix(process): start pty process eof timer on main thread (#27625)zeertzjq2024-02-26
* vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq2024-02-15
* refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes2024-02-12
* vim-patch:9.1.0046: :drop does not re-use empty buffer (#27165)zeertzjq2024-01-24
* refactor: rewrite python provider in luadundargoc2024-01-22
* test: big cleanup followupLewis Russell2024-01-17
* 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: remove helpers.sleep()Lewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: use termopen() instead of :terminal more (#26462)zeertzjq2023-12-08
* docs: small fixesdundargoc2023-10-10
* feat: ignore swapfile for running Nvim processes #25336Justin M. Keyes2023-10-04
* test: only trim trailing spaces in swapfile tests (#25341)zeertzjq2023-09-24