comparison src/testdir/gen_opt_test.vim @ 17229:f1c7b7a4d9e4 v8.1.1614

patch 8.1.1614: 'numberwidth' can only go up to 10 commit https://github.com/vim/vim/commit/f8a071265535b8cc43e50a81f4d5049883ca50e4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 1 22:06:07 2019 +0200 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 https://github.com/vim/vim/issues/4584)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Jul 2019 22:15:05 +0200
parents 367a775ed430
children ce35cdbe9f74
comparison
equal deleted inserted replaced
17228:da9a9c4265a1 17229:f1c7b7a4d9e4
35 \ 'iminsert': [[0, 1], [-1, 3, 999]], 35 \ 'iminsert': [[0, 1], [-1, 3, 999]],
36 \ 'imsearch': [[-1, 0, 1], [-2, 3, 999]], 36 \ 'imsearch': [[-1, 0, 1], [-2, 3, 999]],
37 \ 'imstyle': [[0, 1], [-1, 2, 999]], 37 \ 'imstyle': [[0, 1], [-1, 2, 999]],
38 \ 'lines': [[2, 24], [-1, 0, 1]], 38 \ 'lines': [[2, 24], [-1, 0, 1]],
39 \ 'linespace': [[0, 2, 4], ['']], 39 \ 'linespace': [[0, 2, 4], ['']],
40 \ 'numberwidth': [[1, 4, 8, 10], [-1, 0, 11]], 40 \ 'numberwidth': [[1, 4, 8, 10, 11, 20], [-1, 0, 21]],
41 \ 'regexpengine': [[0, 1, 2], [-1, 3, 999]], 41 \ 'regexpengine': [[0, 1, 2], [-1, 3, 999]],
42 \ 'report': [[0, 1, 2, 9999], [-1]], 42 \ 'report': [[0, 1, 2, 9999], [-1]],
43 \ 'scroll': [[0, 1, 2, 20], [-1]], 43 \ 'scroll': [[0, 1, 2, 20], [-1]],
44 \ 'scrolljump': [[-50, -1, 0, 1, 2, 20], [999]], 44 \ 'scrolljump': [[-50, -1, 0, 1, 2, 20], [999]],
45 \ 'scrolloff': [[0, 1, 2, 20], [-1]], 45 \ 'scrolloff': [[0, 1, 2, 20], [-1]],