aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core
Commit message (Expand)AuthorAge
* fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
* fix(runtime): add packages as "/pack/*/start/*" patterns to &rtpBjörn Linse2021-10-02
* fix(runtime): fix ordering of "after" packagesBjörn Linse2021-09-30
* fix(runtime): make a copy of runtime_search_path when iteratingBjörn Linse2021-09-27
* fix(runtime): ordering of loading packages with user configBjörn Linse2021-09-26
* fix(startup): init.lua: set $MYVIMRC to absolute path #15748Justin M. Keyes2021-09-21
* refactor(tests): remove redir_exec #15718Justin M. Keyes2021-09-19
* refactor(runtime): handle pack/foo/start/bar/after dirs properlyBjörn Linse2021-09-18
* feat(f_chansend): support Blob data argumentSean Dewar2021-09-16
* fix(tests): use isolated XDG_DATA_HOME in startup testsBjörn Linse2021-09-12
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes2021-09-01
* fix(eval): cherry-pick emsg changes from v8.1.0736Sean Dewar2021-08-12
* Add test case for 'null' stdin modeGregory Anders2021-07-12
* doc/startup: cleanup; assign ENN to "conflicing configs" msg (#14971)Justin M. Keyes2021-07-03
* Refactor(tests): mkdir_p in startup/init.lua testshadmansaleh2021-07-01
* fixup(runtime): Fix lua runtime files not listedshadmansaleh2021-06-13
* refactor(tests): Simplify tests at functional/lua/runtime_specshadmansaleh2021-06-11
* feat(runtime): Allow lua to be used in colorschemesshadmansaleh2021-06-11
* feat(startup): Source runtime/plugin/**/*.lua at startupshadmansaleh2021-06-11
* test(job_spec): Test handling of case-insensitively matching env varsJames McCoy2021-05-18
* api: fix use-after-free in nvim_chan_sendBjörn Linse2021-04-04
* test(job): Ensure job-specific env var overrides global env varJames McCoy2021-01-31
* Pass environment on to pty processes on WindowsJames McCoy2021-01-31
* Use dict_T to pass env vars to process spawning codeJames McCoy2021-01-31
* tests: Take into account magic hyphen. (#13518)Edwin Pujols2020-12-11
* startup: allow lua files as session onedm1try2020-12-01
* startup: add init.lua as an alternative user config, fixes #7895dm1try2020-12-01
* startup: load files from &packpath . '/start/{pluginname}'Björn Linse2020-11-19
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* A Mudholland Dr. RecastBjörn Linse2020-10-19
* test: Fix failing test in case of special .bashrc (#12920)Omri Sarig2020-09-28
* startup: fix stall issue with -D options (#12652)erw72020-07-19
* vim-patch:8.0.1554: custom plugins loaded with --cleanJan Edmund Lazo2020-06-18
* vim-patch:8.1.2233: cannot get the Vim command line arguments (#12117)kuuote2020-05-24
* fixed hang issue with --headless and -r option specified (#12209)Kei Kamikawa2020-05-20
* Fix f_jobstop() failed loudlyBilly Su2020-01-22
* system(), jobstart(): raise error on non-executable #11234Daniel Hahler2019-12-24
* Add negative test for type of job's env optionJames McCoy2019-12-12
* test: new test for setting environmentMatthieu Coudron2019-12-11
* vim-patch:8.1.0251: support full paths for 'backupdir' #11269Joe Hermaszewski2019-11-17
* terminal: add tests for palette color forwardingBjörn Linse2019-11-03
* tests: fix non-controversial misuse of `pending` (#11247)Daniel Hahler2019-10-18
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* test: fix failure on Windows (allow ".exe")Justin M. Keyes2019-09-13
* startup: fail if --embed with -es/-Es #10753glacambre2019-09-13
* tests: fix system_spec when run with clipboard manager (#10956)Daniel Hahler2019-09-12
* Merge #10973 'vim-patch:8.1.1197'Justin M. Keyes2019-09-08
|\
| * vim-patch:8.1.1197: when starting with multiple tabs file messages is confusingJan Edmund Lazo2019-09-08
|/
* test: Eliminate expect_errJustin M. Keyes2019-09-06