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], ['']],