aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_options.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-04-28 23:58:31 +0800
committerGitHub <noreply@github.com>2023-04-28 23:58:31 +0800
commit4720f4379ac79c6b8f88e3dce9f3c910b0f3aee2 (patch)
tree041691af3c586bfc94eceff12b066035a3705cfb /test/old/testdir/test_options.vim
parent233b858f2a2f3b57d07675e2de45736da36709e8 (diff)
parentdfb2808d1a318bc7c328330a2c6e77201165204f (diff)
downloadrneovim-4720f4379ac79c6b8f88e3dce9f3c910b0f3aee2.tar.gz
rneovim-4720f4379ac79c6b8f88e3dce9f3c910b0f3aee2.tar.bz2
rneovim-4720f4379ac79c6b8f88e3dce9f3c910b0f3aee2.zip
Merge pull request #23377 from zeertzjq/vim-9.0.1336
vim-patch:9.0.{1336,1372}
Diffstat (limited to 'test/old/testdir/test_options.vim')
-rw-r--r--test/old/testdir/test_options.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/old/testdir/test_options.vim b/test/old/testdir/test_options.vim
index 769aa1c35f..be794cb845 100644
--- a/test/old/testdir/test_options.vim
+++ b/test/old/testdir/test_options.vim
@@ -1482,6 +1482,8 @@ func Test_string_option_revert_on_failure()
endif
if exists('+toolbar')
call add(optlist, ['toolbar', 'text', 'a123'])
+ endif
+ if exists('+toolbariconsize')
call add(optlist, ['toolbariconsize', 'medium', 'a123'])
endif
if exists('+ttymouse') && !has('gui')