view .codecov.yml @ 27615:a74901e95937 v8.2.4334

patch 8.2.4334: command line popup menu not positioned correctly Commit: https://github.com/vim/vim/commit/68cc2b8a37197872e737fb61244069e13b7227a2 Author: rbtnn <naru123456789@gmail.com> Date: Wed Feb 9 11:55:47 2022 +0000 patch 8.2.4334: command line popup menu not positioned correctly Problem: Command line popup menu not positioned correctly. Solution: Also use vim_strsize() on the existing text. (Naruhiko Nishino, closes #9727)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Feb 2022 13:00:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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