view .codecov.yml @ 31678:9e1062b4aa94 v9.0.1171

patch 9.0.1171: screen is not redrawn after using setcellwidths() Commit: https://github.com/vim/vim/commit/2bc849ff811059d25310399f982c6706faa7eb35 Author: Yasuhiro Matsumoto <mattn.jp@gmail.com> Date: Tue Jan 10 16:03:08 2023 +0000 patch 9.0.1171: screen is not redrawn after using setcellwidths() Problem: Screen is not redrawn after using setcellwidths(). Solution: Redraw the screen when the cell widths have changed. (Yasuhiro Matsumoto, closes #11800)
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Jan 2023 17:15:02 +0100
parents 035fbd9bd1c6
children 0b8312c5dfe0
line wrap: on
line source

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

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