view .codecov.yml @ 27624:ec52847967d8 v8.2.4338

patch 8.2.4338: an error from an expression mapping messes up the display Commit: https://github.com/vim/vim/commit/74a0a5b26d0180f3ea89e9495dff6a26f0df23cb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 10 14:07:41 2022 +0000 patch 8.2.4338: an error from an expression mapping messes up the display Problem: An error from an expression mapping messes up the display. Solution: When the expression results in an empty string return K_IGNORE. In cmdline mode redraw the command line. (closes #9726)
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Feb 2022 15:15:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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