From 20d21e2c09a9c47c2eaf7682d62cddf474dbe52c Mon Sep 17 00:00:00 2001 From: Kazuki Sakamoto Date: Mon, 27 Feb 2017 14:08:07 -0800 Subject: [PATCH] Workaround test fix --- src/gen_opt_test.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gen_opt_test.vim b/src/gen_opt_test.vim index e94e6f8c9d..8544b61bbe 100644 --- a/src/gen_opt_test.vim +++ b/src/gen_opt_test.vim @@ -139,6 +139,7 @@ let test_values = { \ \ 'blurradius': [[], [-1]], \ 'fuoptions': [[], ['xxx']], + \ 'guifont': [[], ['xxx']], \ 'transparency': [[], ['-1']], \ \ 'othernum': [[-1, 0, 100], ['']],