commit | 4facea310c2788c88f021b262658b847381a50a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 20:17:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 20:17:40 2019 +0200 |
tree | 3b04d61798a1a687954b9fa2acccad97283ed9cc | |
parent | d1e2f3984ae0b4e22ba6977eedcf05285819eea9 [diff] [blame] |
patch 8.1.2143: cannot see each command even when 'verbose' is set Problem: Cannot see each command even when 'verbose' is set. Solution: List each command when 'verbose' is at least 16.
diff --git a/src/version.c b/src/version.c index 74126d2..615d24e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2143, +/**/ 2142, /**/ 2141,