view .github/dependabot.yml @ 30564:30025bbc1705 v9.0.0617

patch 9.0.0617: calling function for reduce() has too much overhead Commit: https://github.com/vim/vim/commit/1936c765364d6a771cea5df9971318060db82730 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 28 15:19:10 2022 +0100 patch 9.0.0617: calling function for reduce() has too much overhead Problem: Calling function for reduce() has too much overhead. Solution: Only call clear_tv() when needed.
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Sep 2022 16:30:04 +0200
parents 871e355e5732
children eed6e54017c5
line wrap: on
line source

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"