view .codecov.yml @ 27374:c9a6c79998b2 v8.2.4215

patch 8.2.4215: illegal memory access when copying lines in Visual mode Commit: https://github.com/vim/vim/commit/dc5490e2cbc8c16022a23b449b48c1bd0083f366 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 25 13:52:53 2022 +0000 patch 8.2.4215: illegal memory access when copying lines in Visual mode Problem: Illegal memory access when copying lines in Visual mode. Solution: Adjust the Visual position after copying lines.
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Jan 2022 15:00:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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