aboutsummaryrefslogtreecommitdiff
path: root/test/functional/provider
Commit message (Expand)AuthorAge
* docs: misc (#31138)dundargoc2024-11-21
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(tests): again yet more global highlight definitionsbfredl2024-08-14
* test: improve test conventionsdundargoc2024-04-23
* test: remove unnecessary nil argument to testutil (#28270)zeertzjq2024-04-11
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix(eval): make has('pythonx') work properly (#27739)zeertzjq2024-03-05
* refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes2024-02-12
* refactor: rewrite python provider in luadundargoc2024-01-22
* 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: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* fix(clipboard): make getreg() accurate for clipboard registers (#26740)JD2023-12-28
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* vim-patch:9.0.1588: Incsearch not triggered when pasting clipboard register (...zeertzjq2023-05-30
* 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
* test: re-bundle cat on windows (#21255)dundargoc2023-03-14
* fix(clipboard): show provider warning when not during batch changes #21451zeertzjq2023-01-03
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: introduce skip() #21010dundargoc2022-11-13
* docs: fix typos (#20394)dundargoc2022-09-30
* fix(tests): remove irrelevant usage of display-=msgsepbfredl2022-08-17
* feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
* test(python3_spec): use a pattern to match SyntaxError message (#17705)zeertzjq2022-03-13
* vim-patch:8.1.0999: use register one too often and not properly testedzeertzjq2022-03-09
* [RFC] fix: has('python') error (#17252)Shougo2022-01-31
* feat(provider)!: remove support for python2 and python3.[3-5]Björn Linse2022-01-29
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* fix(eval): cherry-pick emsg changes from v8.1.0736Sean Dewar2021-08-12
* Tests(clipboard): Add test for block pasteshadmansaleh2021-07-01
* test, provider/define_spec.lua: fix few tests failerw72021-01-01
* vim-patch:8.1.2212: cannot see the selection type in :reg outputJan Edmund Lazo2020-12-25
* vim-patch:8.1.1056: no eval function for RubyAlex Genco2020-10-21
* Support for :perl, :perlfile, :perldo and perleval() (#12809)Justin M. Keyes2020-09-05
|\
| * support for :perl, :perlfile, :perldo and perleval()Jacques Germishuys2020-08-30
* | g:clipboard: allow command given as a list #12775DDoSolitary2020-09-01
|/
* test: rewrite to multiple argumentskuuote2020-06-01
* runtime: fix remote plugin command fails at some casekuuote2020-05-31
* provider/perl: test older versionsJan Edmund Lazo2020-01-20
* provider/perl: skip tests on WindowsJan Edmund Lazo2020-01-20
* provider/perl: add basic testsJan Edmund Lazo2020-01-20
* system(), jobstart(): raise error on non-executable #11234Daniel Hahler2019-12-24
* tests/ui: cleanup illegitimate usages of "attr_ignore"Björn Linse2019-10-13
* provider: has("python3_dynamic") et al. #10980Justin M. Keyes2019-09-09
* test: Eliminate expect_errJustin M. Keyes2019-09-06