comparison src/testdir/gen_opt_test.vim @ 18047:6650e3dff8d4 v8.1.2019

patch 8.1.2019: 'cursorline' always highlights the whole line Commit: https://github.com/vim/vim/commit/410e98a70bc00ea4bed51e55a8fe20e56a72c087 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 9 22:05:49 2019 +0200 patch 8.1.2019: 'cursorline' always highlights the whole line Problem: 'cursorline' always highlights the whole line. Solution: Add 'cursorlineopt' to specify what is highlighted. (closes #4693)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Sep 2019 22:15:04 +0200
parents b5499bf22a97
children 1101eacc1444
comparison
equal deleted inserted replaced
18046:4b4c49dee5e6 18047:6650e3dff8d4
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 \ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']], 86 \ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']],
86 \ 'diffopt': [['', 'filler', 'icase,iwhite'], ['xxx', 'algorithm:xxx', 'algorithm:']], 87 \ 'diffopt': [['', 'filler', 'icase,iwhite'], ['xxx', 'algorithm:xxx', 'algorithm:']],
87 \ 'display': [['', 'lastline', 'lastline,uhex'], ['xxx']], 88 \ 'display': [['', 'lastline', 'lastline,uhex'], ['xxx']],
88 \ 'eadirection': [['', 'both', 'ver'], ['xxx', 'ver,hor']], 89 \ 'eadirection': [['', 'both', 'ver'], ['xxx', 'ver,hor']],
89 \ 'encoding': [['latin1'], ['xxx', '']], 90 \ 'encoding': [['latin1'], ['xxx', '']],