view .codecov.yml @ 23671:9ee9c4246a7f v8.2.2377

patch 8.2.2377: Vim9: crash when using a range after another expression Commit: https://github.com/vim/vim/commit/a28639e71198238d5c09c43445dc448d7f3fb29b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 19 22:48:09 2021 +0100 patch 8.2.2377: Vim9: crash when using a range after another expression Problem: Vim9: crash when using a range after another expression. Solution: Set the variable type to number. Fix using :put with a range and the "=" register. (closes #7706)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Jan 2021 23:00:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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