view .codecov.yml @ 27597:4eb2bf8b2f27 v8.2.4325

patch 8.2.4325: 'wildmenu' only shows few matches Commit: https://github.com/vim/vim/commit/3908ef5017a6b4425727013588f72cc7343199b9 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Feb 8 12:08:07 2022 +0000 patch 8.2.4325: 'wildmenu' only shows few matches Problem: 'wildmenu' only shows few matches. Solution: Add the "pum" option: use a popup menu to show the matches. (Yegappan Lakshmanan et al., closes #9707)
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Feb 2022 13:15:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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