view .codecov.yml @ 29495:82b0aeaeaa3c v9.0.0089

patch 9.0.0089: fuzzy argument completion doesn't work for shell commands Commit: https://github.com/vim/vim/commit/7db3a8e3298bf7c7c3f74cc9c1add04f29e78d2d Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Jul 26 22:01:36 2022 +0100 patch 9.0.0089: fuzzy argument completion doesn't work for shell commands Problem: Fuzzy argument completion doesn't work for shell commands. Solution: Check for cmdidx not being CMD_bang. (Yegappan Lakshmanan, closes #10769)
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 23:15: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"