commit | f8a071265535b8cc43e50a81f4d5049883ca50e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 22:06:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 22:06:07 2019 +0200 |
tree | 9a9853212002909960c51efbf60b42b3e708d50c | |
parent | a83e70000f106a1e1e0f86e8e362ec94c0df074c [diff] [blame] |
patch 8.1.1614: 'numberwidth' can only go up to 10 Problem: 'numberwidth' can only go up to 10. Solution: Allow up to 20. (Charlie Stanton, closes #4584)
diff --git a/src/version.c b/src/version.c index 2ba2bca..8a9f347 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1614, +/**/ 1613, /**/ 1612,