aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
Commit message (Expand)AuthorAge
* test: remove the pipe created by new_pipename() (#26173)zeertzjq2023-11-23
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* refactor(map): enhanced implementation, Clean Code™, etc etcbfredl2023-09-08
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* docs(powershell): use tee.exe instead of Tee-ObjectT7272023-04-22
* 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
* test: move oldtests to test directory (#22536)dundargoc2023-03-07
* refactor(tests): move lua-client into core and use it for functionaltestsbfredl2023-02-10
* refactor(tests): lift retry() into assert_log()Justin M. Keyes2023-01-17
* test(fileio_spec): avoid expect_exit() without calling clear() (#21810)zeertzjq2023-01-15
* fix(tui): more work in the TUIbfredl2022-12-31
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* test: introduce skip() #21010dundargoc2022-11-13
* docs: various #12823Justin M. Keyes2022-10-09
* fix: make_filter_cmd for :! powershellEnan Ajmain2022-09-30
* feat(gen_help_html.lua): adapt to new parserJustin M. Keyes2022-09-28
* fix(tests): indicate in test logs when nvim exit times outbfredl2022-09-22
* ci(tests): don't skip parsers on functionaltestChristian Clason2022-09-06
* test(treesitter): make internal lang test pending when necessaryThomas Vigouroux2022-08-24
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* test: deal with RPC call causing Nvim to exit laterzeertzjq2022-07-19
* refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
* fix: make_filter_cmd for :! powershell #15913Enan Ajmain2022-06-25
* feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes2022-06-15
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* fix(tests): check for EOF on exit of nvim properlybfredl2022-06-13
* test: allow running CI without ts parsers installedJames McCoy2022-06-08
* feat(defaults): search selection by * and # in visual mode (#18538)yamatsum2022-05-13
* feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
* refactor(ui): simplify stdin handlingbfredl2022-05-02
* feat(test): use nvim_exec in helpers.source() #16064Justin M. Keyes2022-03-27
* test: add VIMRUNTIME variable to the clear functionDundar Göc2022-01-08
* test: fix running functional tests under gdbserverShreyansh Chouhan2021-09-20
* refactor(tests): remove redir_exec #15718Justin M. Keyes2021-09-19
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* feat(defaults): set nojoinspacesGregory Anders2021-08-17
* feat: defaults: set undo points in <C-U> and <C-W> (#15400)Gregory Anders2021-08-16
* feat(defaults): map CTRL-L to search highlights, update diffs #15385Gregory Anders2021-08-16
* feat(defaults): map Y to y$ #13268Matthieu Coudron2021-08-15
* doc(options): Fix recommended PowerShell config (#14349)Dimitri Tcaciuc2021-07-02
* Refactor(tests): Use os commands in mkdir_p helpershadmansaleh2021-06-30
* feat(startup): Source runtime/plugin/**/*.lua at startupshadmansaleh2021-06-11
* tests: make treesitter its own categoryBjörn Linse2021-01-03
* ex_getln: add secret charmBjörn Linse2020-12-01
* api: add API for themesBjörn Linse2020-11-01