aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core
Commit message (Expand)AuthorAge
* 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
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* build: enable lintlua for test/ dirJustin M. Keyes2024-01-03
* fix(inccommand): don't preview in Ex mode (#26587)Raphael2023-12-27
* test(core/job_spec): fix flakiness (#26623)zeertzjq2023-12-18
* feat(highlight): tweak default color schemeEvgeni Chasnovski2023-12-16
* fix(stream): do not close handle if it is already closing (#26537)Gregory Anders2023-12-12
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: use termopen() instead of :terminal more (#26462)zeertzjq2023-12-08