summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/core/main_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-23feat(excmd): add :uptime command #39331Olivia Kinnear1
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes1
2026-04-22perf(lsp): clear table by table.clear() #39222Yi Ming1
2026-04-21fix(:restart): reuse --listen addr on Windows #38539Sanzhar Kuandyk1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-04-17perf(vim.fn): call Lua-implemented vim.fn.xx() directly #39166Justin M. Keyes1
2026-03-12feat(startup): warn if NVIM_LOG_FILE is inaccessible #38070anondeveg1
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan1
2026-02-10refactor(help): move escaping logic to Lua #37757Yochem van Rosmalen1
2026-02-05refactor: rename _extui => _core.ui2 #37692luukvbaal1
2025-12-30build: move shared.lua to _core/Justin M. Keyes1
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes1
2025-01-22fix(startup): avoid crash with completion from -l script (#32160)zeertzjq1
2025-01-04test: use spawn_wait() instead of system() #31852Justin M. Keyes1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-12-03test(main_spec): make "nvim -v" test agnostic to build typeJames McCoy1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-06-18refactor: Windows tilde expansion followup (#29380)Rafael Kitover1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-23refactor(tests): all screen tests should use highlightsbfredl1
2024-03-09fix(startup): set full_screen when in ex_modeglepnir1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: use vim.mpack and vim.uv directlyLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-16feat(highlight): tweak default color schemeEvgeni Chasnovski1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-08test: use termopen() instead of :terminal more (#26462)zeertzjq1
2023-12-06test: set notermguicolors in testsGregory Anders1
2023-12-02feat(highlight): update default color schemeEvgeni Chasnovski1
2023-07-01feat(version): unverbose ":version", ":verbose version" #24195Justin M. Keyes1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2022-12-31fix(tui): more work in the TUIbfredl1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-13test: introduce skip() #21010dundargoc1
2022-04-25feat(tui): query terminal for CSI u support (#18181)Gregory Anders1
2019-11-03terminal: add tests for palette color forwardingBjörn Linse1
2019-05-02terminal: swap priority of terminal, editor highlightsJustin M. Keyes1
2018-11-30highlight: Fix missing .rgb_sp_color in initializers (#9287)Justin M. Keyes1
2018-04-21test: "Command-line option -s": avoid indeterminism (#8305)Justin M. Keyes1
2018-04-14win: Fix reading from stdinb-r-o-c-k1
2017-03-23functests: Disable system(-s -) test on WindowsZyX1
2017-03-23functests: Do not run termopen test on WindowsZyX1
2017-03-19functests: Test -s errorsZyX1
2017-03-19main: Temporary fix assertion errorZyX1
2017-03-19functests: Do not check stdout, it is different on WindowsZyX1
2017-03-19functests: Fix testlint errorsZyX1
2017-03-19functests: Use Neovim instance and system() in place of lua io.popenZyX1