aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core
Commit message (Expand)AuthorAge
* fix(startup): avoid crash with completion from -l script (#32160)zeertzjq2025-01-22
* "nvim -es": disable shada #21723Justin M. Keyes2025-01-05
* refactor(tests): merge n.spawn/n.spawn_argv into n.new_session #31859Justin M. Keyes2025-01-04
* test: use spawn_wait() instead of system() #31852Justin M. Keyes2025-01-04
* test: spawn_wait() starts a non-RPC Nvim processJustin M. Keyes2025-01-03
* fix(jobs): do not block UI when jobwait() doesn't block (#31803)Gregory Anders2025-01-01
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* test(main_spec): make "nvim -v" test agnostic to build typeJames McCoy2024-12-03
* docs: misc (#31138)dundargoc2024-11-21
* fix(messages): proper multiline Lua print() messages #31205luukvbaal2024-11-17
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(startup): report --startuptime error to stderr (#31131)zeertzjq2024-11-13
* test: fix files being left behind (#31004)zeertzjq2024-10-31
* fix(channel): handle writing to file instead of pipe (#30519)zeertzjq2024-09-26
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
* feat(log): use "ui" as default name for TUI client #30345Justin M. Keyes2024-09-11
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes2024-09-08
* test: tmpname(create:boolean) #30242Justin M. Keyes2024-09-03
* fix(filetype): fix :filetype detect error with -u NONE (#29991)zeertzjq2024-08-06
* fix(filetype): source ftdetect/* after creating scripts.vim autocmds (#29445)zeertzjq2024-06-22
* refactor: Windows tilde expansion followup (#29380)Rafael Kitover2024-06-18
* test: remove checks for failed tests on WindowsGregory Anders2024-05-31
* refactor(tests): more global highlight definitionsbfredl2024-05-26
* test: improve test conventionsdundargoc2024-04-23
* refactor(lua): deprecate tbl_flattenJustin M. Keyes2024-04-22
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix: adjust error message for error in UI event callback (#28200)zeertzjq2024-04-06
* feat(defaults): add :Inspect to right-click menu (#28181)zeertzjq2024-04-05
* test: silence expected errorsdundargoc2024-04-02
* test(core/job_spec): skip exit test if "sleep" command missing (#28137)zeertzjq2024-04-01
* test: use matches(...) instead of ok(string.find(...)) (#28111)zeertzjq2024-03-30
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* fix(startup): set full_screen when in ex_modeglepnir2024-03-09
* fix(process): start pty process eof timer on main thread (#27625)zeertzjq2024-02-26
* refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes2024-02-12
* fix(startup): multiprocess startuptime #26790Pablo Arias2024-02-09
* fix(spell): always accept ':' as filename char in 'spellfile' (#27172)zeertzjq2024-01-24
* vim-patch:9.1.0046: :drop does not re-use empty buffer (#27165)zeertzjq2024-01-24
* test(core/channel_spec): fix lint failurezeertzjq2024-01-22
* test(core/channels_spec): fix variable namezeertzjq2024-01-22
* fix(rpc): assertion failure due to invalid msgpack inputnwounkn2024-01-21
* 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: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12