commit | 8776889b5befd8eba66f4ad32282db36f85392a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 15 21:42:51 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 15 21:42:51 2018 +0200 |
tree | 3f684a237562e802467cb7f9662da553a6a51677 | |
parent | 0b565e5da5c05890c2008b18bb5262638bf804f2 [diff] |
patch 8.0.1843: entry for 'wrap' in options window is wrong Problem: Entry for 'wrap' in options window is wrong. (John Little) Solution: Make the change apply locally.
diff --git a/src/version.c b/src/version.c index af967d1..788ba24 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1843, +/**/ 1842, /**/ 1841,