aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/startup_spec.lua
Commit message (Expand)AuthorAge
* fix(startup): init.lua: set $MYVIMRC to absolute path #15748Justin M. Keyes2021-09-21
* refactor(runtime): handle pack/foo/start/bar/after dirs properlyBjörn Linse2021-09-18
* fix(tests): use isolated XDG_DATA_HOME in startup testsBjörn Linse2021-09-12
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* fix(eval): cherry-pick emsg changes from v8.1.0736Sean Dewar2021-08-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
* 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
* 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
* test: fix failure on Windows (allow ".exe")Justin M. Keyes2019-09-13
* startup: fail if --embed with -es/-Es #10753glacambre2019-09-13
* 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
|/
* Merge #10098 'win: fix msg_puts_printf()'Justin M. Keyes2019-08-12
|\
| * Add test for #7967erw72019-06-09
* | main: do event_init before early_init #10183Daniel Hahler2019-06-12
|/
* Fix issue where test failserw72019-06-04
* test: clear(): `args_rm` parameterJustin M. Keyes2019-04-27
* startup: -es/-Es (silent/batch mode): skip swapfile #8540Justin M. Keyes2019-04-10
* startup: Use $XDG_CONFIG_DIRS/nvim/sysinit.vim if it existsJames McCoy2018-12-16
* Fix crash if --embed is used more than onceJames McCoy2018-10-03
* startup: delete empty stdin buffer if other files were openedJustin M. Keyes2018-06-18
* startup: go to buffer 2 if stdin is emptyJustin M. Keyes2018-06-18
* startup: fix -E/-Es without `-u NONE`Justin M. Keyes2018-06-17
* Ex mode: use getexline() instead of getexmodeline()Justin M. Keyes2018-06-17
* test: fix startup_specJustin M. Keyes2018-06-10
* cleanup, test interactive -EJustin M. Keyes2018-06-04
* win/startup: remove --literalJustin M. Keyes2018-06-04
* startup: allow explicit "-" file arg with --headlessJustin M. Keyes2018-06-04
* startup: fix -es/-Es so they are actually silentJustin M. Keyes2018-06-04
* startup: stdin as text instead of commandsJustin M. Keyes2018-06-04
* test: startup_spec: cmd.exe escapingJustin M. Keyes2017-11-04
* test: has("ttyin"), has("ttyout")Justin M. Keyes2017-11-04