view .codecov.yml @ 35723:5156d5389b4a v9.1.0594

patch 9.1.0594: Unnecessary redraw when setting 'winfixbuf' Commit: https://github.com/vim/vim/commit/ac4ce9e15b7ee0fccfa72aecf98b696d880e53c3 Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Jul 17 19:25:38 2024 +0200 patch 9.1.0594: Unnecessary redraw when setting 'winfixbuf' Problem: Unnecessary redraw when setting 'winfixbuf'. Solution: Remove P_RWIN flag. (zeertzjq) closes: #15283 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 17 Jul 2024 19:30:07 +0200
parents 0b8312c5dfe0
children
line wrap: on
line source

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

comment: false

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"