aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds
Commit message (Expand)AuthorAge
* 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
* fix(startup): stop TUI properly when quitting at swap dialog (#25337)zeertzjq2023-09-24
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* fix(remote): make --remote-expr print to stdout (#23980)zeertzjq2023-06-11
* fix(helptags): make multibyte help tags work properly (#23975)zeertzjq2023-06-11
* feat(:source): source current ft=lua buffer as Lua code (#23802)zeertzjq2023-06-02
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* vim-patch:8.2.3887: E1135 is used for two different errorszeertzjq2023-05-08
* vim-patch:8.2.1978: making a mapping work in all modes is complicatedzeertzjq2023-05-08
* fix(excmd): append original command to error messagezeertzjq2023-05-05
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* docs(powershell): use tee.exe instead of Tee-ObjectT7272023-04-22
* fix(usercmd): Fix buffer overflow in uc_list() (#23225)Andreas Schneider2023-04-21
* fix(excmd): make :def unknown rather than unimplemented (#23150)zeertzjq2023-04-17
* fix(highlight): add missing g: prefix for colors_name (#22952)zeertzjq2023-04-08
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* fix(shell): on Windows :make does not echo #22728Enan Ajmain2023-03-19
* refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12
* ci: bump to windows 2022dundargoc2023-03-11
* fix(api): set script context when setting usercmd or option (#22624)zeertzjq2023-03-11
* fix(highlight): avoid ORing underline flags (#22372)zeertzjq2023-02-23
* test: make {MATCH:} behave less unexpectedly in screen:expect()zeertzjq2023-02-18
* fix(rpc)!: preseve files when stdio channel is closed (#22137)zeertzjq2023-02-11