comparison src/testdir/gen_opt_test.vim @ 17811:b5499bf22a97 v8.1.1902

patch 8.1.1902: cannot have an info popup without a border Commit: https://github.com/vim/vim/commit/bd483b3f577ee1af7c8c8bf440f5d81613336975 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 21 15:13:41 2019 +0200 patch 8.1.1902: cannot have an info popup without a border Problem: Cannot have an info popup without a border. Solution: Add the "border" item to 'completepopup'.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Aug 2019 15:15:03 +0200
parents e162a54e4c49
children 6650e3dff8d4
comparison
equal deleted inserted replaced
17810:e67a904463f9 17811:b5499bf22a97
76 \ 'comments': [['', 'b:#'], ['xxx']], 76 \ 'comments': [['', 'b:#'], ['xxx']],
77 \ 'commentstring': [['', '/*%s*/'], ['xxx']], 77 \ 'commentstring': [['', '/*%s*/'], ['xxx']],
78 \ 'complete': [['', 'w,b'], ['xxx']], 78 \ 'complete': [['', 'w,b'], ['xxx']],
79 \ 'concealcursor': [['', 'n', 'nvic'], ['xxx']], 79 \ 'concealcursor': [['', 'n', 'nvic'], ['xxx']],
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']], 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 \ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']], 85 \ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']],
86 \ 'diffopt': [['', 'filler', 'icase,iwhite'], ['xxx', 'algorithm:xxx', 'algorithm:']], 86 \ 'diffopt': [['', 'filler', 'icase,iwhite'], ['xxx', 'algorithm:xxx', 'algorithm:']],