commit | d5c8234517c18fa059b78f59eb96c35eda323dae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 18:44:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 18:44:57 2019 +0200 |
tree | abd953fac030f67c31a0b4b9cfcc01db6156a89a | |
parent | 298466629119eda501cfdf7824797f05045e67ca [diff] [blame] |
patch 8.1.1758: count of g$ not used correctly when text is not wrapped Problem: Count of g$ not used correctly when text is not wrapped. Solution: Do use the count. (Christian Brabandt, closes #4729, closes #4566)
diff --git a/src/version.c b/src/version.c index 5444c77..209f3c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1758, +/**/ 1757, /**/ 1756,