commit | 5125874951669944a5f6a4163d6e5d437ae6321e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 03 17:19:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 03 17:19:33 2020 +0200 |
tree | b1589f391fac9218027328452aa6582ba28bbea4 | |
parent | a38b2b737e244eb2e4f199e070b05f86f4d433d4 [diff] [blame] |
patch 8.2.0690: line number of option set by modeline is wrong Problem: Line number of option set by modeline is wrong. Solution: Do not double the line number. (Ozaki Kiichi, closes #6035)
diff --git a/src/version.c b/src/version.c index c083372..6dc86b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 690, +/**/ 689, /**/ 688,