comparison src/testdir/gen_opt_test.vim @ 17773:e162a54e4c49 v8.1.1883

patch 8.1.1883: options test fails commit https://github.com/vim/vim/commit/9513d91be02f654658b8b33ff429a52ff3c4de12 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 18 17:58:11 2019 +0200 patch 8.1.1883: options test fails Problem: Options test fails. Solution: Add entry for 'completepopup'.
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Aug 2019 18:00:04 +0200
parents 1b8463f97365
children b5499bf22a97
comparison
equal deleted inserted replaced
17772:bb7a58644e9a 17773:e162a54e4c49
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 \ 'completeslash': [['', 'slash', 'backslash'], ['xxx']], 82 \ 'completeslash': [['', 'slash', 'backslash'], ['xxx']],
82 \ 'cryptmethod': [['', 'zip'], ['xxx']], 83 \ 'cryptmethod': [['', 'zip'], ['xxx']],
83 \ 'cscopequickfix': [['', 's-', 's-,c+,e0'], ['xxx', 's,g,d']], 84 \ 'cscopequickfix': [['', 's-', 's-,c+,e0'], ['xxx', 's,g,d']],
84 \ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']], 85 \ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']],
85 \ 'diffopt': [['', 'filler', 'icase,iwhite'], ['xxx', 'algorithm:xxx', 'algorithm:']], 86 \ 'diffopt': [['', 'filler', 'icase,iwhite'], ['xxx', 'algorithm:xxx', 'algorithm:']],