commit | 2b84949ad8f247e5d142e2fb1371b3e37567977a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 21 13:58:35 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 21 13:58:35 2018 +0100 |
tree | ce8ddcb77305e5b6205785e5fe8b8a624ae95285 | |
parent | 247bb7e43b47eb8407a1111bed60b61aceda52ad [diff] [blame] |
patch 8.1.0541: help message in dosinst.c is outdated Problem: Help message in dosinst.c is outdated. Solution: Update the comment. (Ken Takata, closes #3626)
diff --git a/src/version.c b/src/version.c index f3889b0..37f4b1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 541, +/**/ 540, /**/ 539,