aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core
Commit message (Expand)AuthorAge
* feat: NVIM_APPNAME supports relative paths #25233Rory Nesbitt2023-09-27
* 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
* feat(options)!: remove compatible behaviours for vim 5.0 and earlierLewis Russell2023-07-17
* test(fs): vim.loop was renamed to vim.uv (#24376)kylo2522023-07-17
* test(fs): get tmpdir robustly #23021kylo2522023-07-16
* 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
* feat(version): unverbose ":version", ":verbose version" #24195Justin M. Keyes2023-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
* fix(remote): restore previous --remote-expr output formatting (#23988)zeertzjq2023-06-11
* fix(remote): make --remote-expr print to stdout (#23980)zeertzjq2023-06-11
* 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: replace lfs with luv and vim.fsdundargoc2023-04-04
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* test: re-bundle cat on windows (#21255)dundargoc2023-03-14
* test: unskip working Windows tests (#22537)dundargoc2023-03-13
* feat: try to recover from missing tempdir #22573Justin M. Keyes2023-03-09
* test(exit_spec): make sure that autocommands are triggered (#22188)zeertzjq2023-02-09
* 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
* refactor: remove E5500, adjust testszeertzjq2023-01-16
* test(fileio_spec): avoid expect_exit() without calling clear() (#21810)zeertzjq2023-01-15
* 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
* docs: fix typos (#21196)dundargoc2022-11-29
* fix(startup): support .exrc or .nvimrc with init.lua (#21181)Kristijan Husak2022-11-26
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: introduce skip() #21010dundargoc2022-11-13
* fix(fileio): use first available directory in backupdir for backupcopy (#20655)Will Spurgin2022-11-05
* docs: fix typosdundargoc2022-11-02
* ci: add cirrus to isCI function to skip tests (#20526)dundargoc2022-10-17
* fix: find multibyte file name in line (#20519)zeertzjq2022-10-07
* feat(messages)!: graduate the 'msgsep' featurebfredl2022-10-05
* feat(gen_help_html.lua): adapt to new parserJustin M. Keyes2022-09-28
* feat: ":write!" skips "file changed" warning #18665Louis Sven Goulet2022-09-24