commit | 42443c7d7fecc3a2a72154bb6139b028438617c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 10 18:28:52 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 10 18:28:52 2018 +0100 |
tree | 049f0045d9299a9d630af0af0a49524897e8b564 | |
parent | 5a093437199001a0d60d8e18e2b9539b99a7757c [diff] [blame] |
patch 8.0.1495: having 'pumwidth' default to zero has no merit Problem: Having 'pumwidth' default to zero has no merit. Solution: Make the default 15, as the actual default value.
diff --git a/src/version.c b/src/version.c index f5772a8..3a35475 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1495, +/**/ 1494, /**/ 1493,