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/xxd/xxd.c b/src/xxd/xxd.c index bbd9c08..d102db4 100644 --- a/src/xxd/xxd.c +++ b/src/xxd/xxd.c
@@ -510,6 +510,8 @@ { if (pp[2] && STRNCMP("ols", pp + 2, 3)) cols = (int)strtol(pp + 2, NULL, 0); + else if (pp[2] && STRNCMP("apitalize", pp + 2, 9)) + capitalize = 1; else { if (!argv[2])