aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/startup_spec.lua
Commit message (Expand)AuthorAge
* refactor(tests): run unittests using main nvim binary in interpreter modebfredl2023-01-31
* refactor(tests): lift retry() into assert_log()Justin M. Keyes2023-01-17
* feat(lua): store "nvim -l" scriptname in _G.arg[0]Justin M. Keyes2023-01-07
* feat(lua): execute stdin ("-") as LuaJustin M. Keyes2023-01-05
* feat(lua): exit 1 on Lua "-l" script errorJustin M. Keyes2023-01-05
* feat(lua): send "--" literally to Lua "-l" scriptJustin M. Keyes2023-01-05
* feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes2023-01-05
* fix(tui): more work in the TUIbfredl2022-12-31
* test: add test for setting &columns from modeline with tabpageszeertzjq2022-12-30
* test(exrc): add tests for .nvimrc and .nvim.lua (#21478)Munif Tanjim2022-12-20
* fix(startup): support .exrc or .nvimrc with init.lua (#21181)Kristijan Husak2022-11-26
* test: simplify platform detection (#21020)dundargoc2022-11-22
* docs: fix typosdundargoc2022-11-02
* feat(gen_help_html.lua): adapt to new parserJustin M. Keyes2022-09-28
* fix(windows):exepath, stdpath return wrong slashes #19111Enan Ajmain2022-07-17
* feat(defaults): mouse=nvi #19290matveyt2022-07-17
* test: --startuptimeJustin M. Keyes2022-07-09
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* refactor(aucmd): call define_autocmd() directly for default autocmdsbfredl2022-06-28
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
* test: unskip tests on Windows (#18600)zeertzjq2022-05-18
* fix(terminal): do not trim whitespace that is actually in the terminal (#16423)zeertzjq2022-05-17
* docs: typo fixes (#17859)dundargoc2022-04-15
* ci: skip tests that fail on windowsDundar Göc2022-02-20
* test: add VIMRUNTIME variable to the clear functionDundar Göc2022-01-08
* fix: make mode() return correct value in ex modebrian m. carlson2022-01-08
* chore: fix typos (#16361)dundargoc2021-11-27
* fix(runtime): fix missing packpath entriesBjörn Linse2021-10-31
* 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(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