aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core
Commit message (Expand)AuthorAge
* 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
* test: fix Windows tests failures (#26461)Gregory Anders2023-12-08
* test: forward $VIMRUNTIME in child nvim instancesGregory Anders2023-12-07
* Merge pull request #26407 from gpanders/default-tgcGregory Anders2023-12-06
|\
| * test: set notermguicolors in testsGregory Anders2023-12-06
* | test: unreliable 'nofsync' test #26423Justin M. Keyes2023-12-06
* | test: 'nofsync' with deadly signal #26415Justin M. Keyes2023-12-06
|/
* test: fileio_spec is unreliable/flaky #26404Justin M. Keyes2023-12-05
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* fix(defaults): set 'fsync' #26034Ploum2023-11-14
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10
* fix(job-control): make jobwait() flush UI after hiding cursor (#25927)zeertzjq2023-11-08
* refactor(test): cleanup #25614Justin M. Keyes2023-10-12
* test(core/path_spec): don't use fnameescape() (#25593)zeertzjq2023-10-11
* fix(file_search): path with spaces in finddir() and findfile() (#25493)Leonardo Mello2023-10-10
* refactor: cleanupJustin M. Keyes2023-10-06
* fix: gf fails on "foo/bar.txt:1:2" on WindowsLeonardo Mello2023-10-06
* fix(path): accept special characters on Windows (#25424)Leonardo Mello2023-10-04
* refactor(message): simplify msg_puts_display and use batched grid updatesbfredl2023-10-03
* test(fileio_spec): fix files not cleaned up properly (#25483)zeertzjq2023-10-03
* 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