comparison src/testdir/gen_opt_test.vim @ 17431:ce35cdbe9f74 v8.1.1714

patch 8.1.1714: cannot preview a file in a popup window commit https://github.com/vim/vim/commit/7964873afe59d0896a921b7c585167674bb784d5 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 18 21:43:07 2019 +0200 patch 8.1.1714: cannot preview a file in a popup window Problem: Cannot preview a file in a popup window. Solution: Add the 'previewpopup' option.
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Jul 2019 21:45:06 +0200
parents f1c7b7a4d9e4
children 1b8463f97365
comparison
equal deleted inserted replaced
17430:23c5d343007c 17431:ce35cdbe9f74
114 \ 'mkspellmem': [['10000,100,12'], ['', 'xxx']], 114 \ 'mkspellmem': [['10000,100,12'], ['', 'xxx']],
115 \ 'mouse': [['', 'a', 'nvi'], ['xxx', 'n,v,i']], 115 \ 'mouse': [['', 'a', 'nvi'], ['xxx', 'n,v,i']],
116 \ 'mousemodel': [['', 'popup'], ['xxx']], 116 \ 'mousemodel': [['', 'popup'], ['xxx']],
117 \ 'mouseshape': [['', 'n:arrow'], ['xxx']], 117 \ 'mouseshape': [['', 'n:arrow'], ['xxx']],
118 \ 'nrformats': [['', 'alpha', 'alpha,hex,bin'], ['xxx']], 118 \ 'nrformats': [['', 'alpha', 'alpha,hex,bin'], ['xxx']],
119 \ 'previewpopup': [['', 'height:13', 'width:10,height:234'], ['height:yes', 'xxx', 'xxx:99']],
119 \ 'printmbfont': [['', 'r:some', 'b:Bold,c:yes'], ['xxx']], 120 \ 'printmbfont': [['', 'r:some', 'b:Bold,c:yes'], ['xxx']],
120 \ 'printoptions': [['', 'header:0', 'left:10pc,top:5pc'], ['xxx']], 121 \ 'printoptions': [['', 'header:0', 'left:10pc,top:5pc'], ['xxx']],
121 \ 'scrollopt': [['', 'ver', 'ver,hor'], ['xxx']], 122 \ 'scrollopt': [['', 'ver', 'ver,hor'], ['xxx']],
122 \ 'renderoptions': [['', 'type:directx'], ['xxx']], 123 \ 'renderoptions': [['', 'type:directx'], ['xxx']],
123 \ 'selection': [['old', 'inclusive'], ['', 'xxx']], 124 \ 'selection': [['old', 'inclusive'], ['', 'xxx']],