view .codecov.yml @ 29674:b11130c6e694 v9.0.0177

patch 9.0.0177: cursor position wrong with 'virtualedit' and mouse click Commit: https://github.com/vim/vim/commit/8f49e690dc7b6ed521fb11431e2a406d01c4de3a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 9 14:19:40 2022 +0100 patch 9.0.0177: cursor position wrong with 'virtualedit' and mouse click Problem: Cursor position wrong with 'virtualedit' and mouse click after end of the line. (Hermann Mayer) Solution: Do not use ScreenCols[] when 'virtualedit' is active. (closes #10868)
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Aug 2022 15:30:03 +0200
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"