view .codecov.yml @ 28293:aa533dc41223 v8.2.4672

patch 8.2.4672: using :normal with Ex mode may make :substitute hang Commit: https://github.com/vim/vim/commit/ce416b453a849c837f9f6ffc91dd4792d84e1bfd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 12:59:34 2022 +0100 patch 8.2.4672: using :normal with Ex mode may make :substitute hang Problem: Using :normal with Ex mode may make :substitute hang. Solution: When getting an empty line behave like 'q' was typed. (closes #10070)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Apr 2022 14:00:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%