view .codecov.yml @ 31618:68fed60575ca v9.0.1141

patch 9.0.1141: 'cursorcolumn' and 'colorcolumn' wrong after concealing Commit: https://github.com/vim/vim/commit/aaa16b09180080284c4a5049fe16bdaccbb13b74 Author: Alexey Radkov <alexey.radkov@gmail.com> Date: Wed Jan 4 11:15:30 2023 +0000 patch 9.0.1141: 'cursorcolumn' and 'colorcolumn' wrong after concealing Problem: 'cursorcolumn' and 'colorcolumn' wrong after concealing and wrapping line. Solution: Reset "wlv.vcol_off" after each screen line. (Alexey Radkov, closes #11777)
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Jan 2023 12:30:05 +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"