view .codecov.yml @ 24628:447426630e44 v8.2.2853

patch 8.2.2853: window is not updated after using <Cmd> mapping Commit: https://github.com/vim/vim/commit/d832c3c56ec7043322ad3e99897e312700fa1d3e Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 15 15:09:06 2021 +0200 patch 8.2.2853: window is not updated after using <Cmd> mapping Problem: Window is not updated after using <Cmd> mapping. Solution: So jump to cmdline_changed but skip autocommand.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 May 2021 15:15:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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