aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/startup_spec.lua
Commit message (Expand)AuthorAge
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* fix(startup): multiprocess startuptime #26790Pablo Arias2024-02-09
* feat(terminal): respond to OSC background and foreground request (#17197)Daniel Steinberg2024-01-15
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* fix(inccommand): don't preview in Ex mode (#26587)Raphael2023-12-27
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: fix Windows tests failures (#26461)Gregory Anders2023-12-08
* test: forward $VIMRUNTIME in child nvim instancesGregory Anders2023-12-07
* feat(remote): avoid --remote-ui infinite loop (#24465)shafouz2023-08-13
* test(core/startup_spec): use retry() instead of jobwait() (#24481)zeertzjq2023-07-25
* fix(startup): make recovery mode work without --headless (#24477)zeertzjq2023-07-25
* test(startup_spec): add a test for #18315 (#24391)zeertzjq2023-07-19
* fix(runtime): respect 'rtp' order for all runtime files (#24335)zeertzjq2023-07-14
* fix(startup)!: "nvim -l" message does not end with newline #24215zeertzjq2023-07-01
* fix(startup): don't truncate when printing with -l (#24216)zeertzjq2023-07-01
* fix(startup): "nvim -l foo.lua" may not set arg0 #24161Mike2023-06-26
* test(core/startup_spec): add a test for #13720 (#23910)zeertzjq2023-06-05
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* test(startup_spec): use getscriptinfo() instead of :scriptnames (#23034)zeertzjq2023-04-12
* refactor: remove :CheckHealthdundargoc2023-04-12
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* 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