commit | 8008b6318dbd68b2c2c8cf08280768489a8f0114 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 18 21:33:20 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 18 21:33:20 2017 +0200 |
tree | a8426c06e72a29aadbd264cf5a0bfa045e9d72ba | |
parent | 96ca27a0ee8ae738cab9fb386984c75c6821e31a [diff] [blame] |
patch 8.0.0729: the help for the terminal configure option is wrong Problem: The help for the terminal configure option is wrong. Solution: Change "Disable" to "Enable". (E Kawashima, closes #1849) Improve alignment.
diff --git a/src/version.c b/src/version.c index 41b0690..426daac 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 729, +/**/ 728, /**/ 727,