commit | 79cf7c0d4574f15cfad5ad706f175e226c528f2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 03 14:21:16 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 03 14:21:16 2018 +0200 |
tree | 338409f65cb4f134187737686328f09fe079e78a | |
parent | 9af9778209cd0cbb284f6ff7e88f707418089975 [diff] [blame] |
patch 8.0.1658: capitalize argument not available in long form Problem: Capitalize argument not available in long form. Solution: Recognize -capitalize. Update man page.
diff --git a/src/version.c b/src/version.c index 1178d9b..ac06f38 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1658, +/**/ 1657, /**/ 1656,