view .codecov.yml @ 28395:a0cd2b7a78ef v8.2.4722

patch 8.2.4722: ending recording with mapping records too much Commit: https://github.com/vim/vim/commit/81b46a6ccd818609e1ca8cd410e26a58428c30ba Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Apr 9 17:58:49 2022 +0100 patch 8.2.4722: ending recording with mapping records too much Problem: When a recording is ended with a mapped key that key is also recorded. Solution: Remember the previous last_recorded_len. (closes #10122)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 19:00:02 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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