aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core
Commit message (Expand)AuthorAge
...
* 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
* 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