comparison src/testdir/gen_opt_test.vim @ 18068:1101eacc1444 v8.1.2029

patch 8.1.2029: cannot control 'cursorline' highlighting well Commit: https://github.com/vim/vim/commit/017ba07fa2cdc578245618717229444fd50c470d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 14 21:01:23 2019 +0200 patch 8.1.2029: cannot control 'cursorline' highlighting well Problem: Cannot control 'cursorline' highlighting well. Solution: Add "screenline". (Christian Brabandt, closes https://github.com/vim/vim/issues/4933)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Sep 2019 21:15:04 +0200
parents 6650e3dff8d4
children bf8eb950df61
comparison
equal deleted inserted replaced
18067:9e20b59dd8ab 18068:1101eacc1444
80 \ 'completeopt': [['', 'menu', 'menu,longest'], ['xxx', 'menu,,,longest,']], 80 \ 'completeopt': [['', 'menu', 'menu,longest'], ['xxx', 'menu,,,longest,']],
81 \ 'completepopup': [['', 'height:13', 'highlight:That', 'width:10,height:234,highlight:Mine'], ['height:yes', 'width:no', 'xxx', 'xxx:99', 'border:maybe', 'border:1']], 81 \ 'completepopup': [['', 'height:13', 'highlight:That', 'width:10,height:234,highlight:Mine'], ['height:yes', 'width:no', 'xxx', 'xxx:99', 'border:maybe', 'border:1']],
82 \ 'completeslash': [['', 'slash', 'backslash'], ['xxx']], 82 \ 'completeslash': [['', 'slash', 'backslash'], ['xxx']],
83 \ 'cryptmethod': [['', 'zip'], ['xxx']], 83 \ 'cryptmethod': [['', 'zip'], ['xxx']],
84 \ 'cscopequickfix': [['', 's-', 's-,c+,e0'], ['xxx', 's,g,d']], 84 \ 'cscopequickfix': [['', 's-', 's-,c+,e0'], ['xxx', 's,g,d']],
85 \ 'cursorlineopt': [['both', 'line', 'number'], ['', 'xxx', 'line,number']], 85 \ 'cursorlineopt': [['both', 'line', 'number', 'screenline', 'line,number'], ['', 'xxx', 'line,screenline']],
86 \ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']], 86 \ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']],
87 \ 'diffopt': [['', 'filler', 'icase,iwhite'], ['xxx', 'algorithm:xxx', 'algorithm:']], 87 \ 'diffopt': [['', 'filler', 'icase,iwhite'], ['xxx', 'algorithm:xxx', 'algorithm:']],
88 \ 'display': [['', 'lastline', 'lastline,uhex'], ['xxx']], 88 \ 'display': [['', 'lastline', 'lastline,uhex'], ['xxx']],
89 \ 'eadirection': [['', 'both', 'ver'], ['xxx', 'ver,hor']], 89 \ 'eadirection': [['', 'both', 'ver'], ['xxx', 'ver,hor']],
90 \ 'encoding': [['latin1'], ['xxx', '']], 90 \ 'encoding': [['latin1'], ['xxx', '']],