]> granicus.if.org Git - vim/commit
patch 8.1.1614: 'numberwidth' can only go up to 10 v8.1.1614
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Jul 2019 20:06:07 +0000 (22:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Jul 2019 20:06:07 +0000 (22:06 +0200)
commitf8a071265535b8cc43e50a81f4d5049883ca50e4
tree9a9853212002909960c51efbf60b42b3e708d50c
parenta83e70000f106a1e1e0f86e8e362ec94c0df074c
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)
runtime/doc/options.txt
src/option.c
src/screen.c
src/testdir/gen_opt_test.vim
src/testdir/test_options.vim
src/version.c