view .codecov.yml @ 27350:63179e8300f8 v8.2.4203

patch 8.2.4203: entering a character with CTRL-V may include modifiers Commit: https://github.com/vim/vim/commit/502d8ae3e8ed8b6f8dd2ff175f154f9aa87228ef Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Jan 24 15:27:50 2022 +0000 patch 8.2.4203: entering a character with CTRL-V may include modifiers Problem: Entering a character with CTRL-V may include modifiers. Solution: Reset "mod_mask" when entering a character with digits after CTRL-V. (closes #9610)
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Jan 2022 16:30:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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