commit | 511feec6f0a9e954f1d7353425fa51232b1a8e88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 19:15:27 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 19:15:27 2020 +0200 |
tree | 527fe7b68d9f38926ec85f5f440685a60c2f26e7 | |
parent | 865af6b990f058fab10c9ff10c77eb0e3bd48ad5 [diff] [blame] |
patch 8.2.1004: line numbers below filler lines not always updated Problem: Line numbers below filler lines not always updated. Solution: Don't break out of the win_line() loop too early. (Christian Brabandt, closes #6294, closes #6138)
diff --git a/src/version.c b/src/version.c index 2cdb140..67dbe9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1004, +/**/ 1003, /**/ 1002,