view .codecov.yml @ 23865:e1643a1aa1a0 v8.2.2474

patch 8.2.2474: using freed memory when window is closed by autocommand Commit: https://github.com/vim/vim/commit/2c7080bf1ceef4a7779644fd428b2386a0676794 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 6 19:19:42 2021 +0100 patch 8.2.2474: using freed memory when window is closed by autocommand Problem: Using freed memory when window is closed by autocommand. (houyunsong) Solution: Check the window pointer is still valid.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Feb 2021 19:30:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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