diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-10-24 06:31:09 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-10-24 06:56:12 +0800 |
commit | 6b63fe798b7481edd8e3b0ed75a33bf297ca2856 (patch) | |
tree | 7227b779a906055a65123a3bbb650db3b2d5c72e /test | |
parent | 5436d9b3c6c537b243ea6af4f1acc143bf94de1c (diff) | |
download | rneovim-6b63fe798b7481edd8e3b0ed75a33bf297ca2856.tar.gz rneovim-6b63fe798b7481edd8e3b0ed75a33bf297ca2856.tar.bz2 rneovim-6b63fe798b7481edd8e3b0ed75a33bf297ca2856.zip |
vim-patch:9.1.0806: tests: no error check when setting global 'briopt'
Problem: tests: no error check when setting global 'briopt'
Solution: also parse and check global 'briopt' value (Milly)
closes: vim/vim#15911
https://github.com/vim/vim/commit/b38700ac81d90a652e5c8495056dd78df5babdde
Co-authored-by: Milly <milly.ca@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/old/testdir/gen_opt_test.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/old/testdir/gen_opt_test.vim b/test/old/testdir/gen_opt_test.vim index c28284afdf..89ddf283d2 100644 --- a/test/old/testdir/gen_opt_test.vim +++ b/test/old/testdir/gen_opt_test.vim @@ -45,7 +45,6 @@ endwhile let skip_setglobal_reasons = #{ \ iminsert: 'The global value is always overwritten by the local value', \ imsearch: 'The global value is always overwritten by the local value', - \ breakindentopt: 'TODO: fix missing error handling for setglobal', \ conceallevel: 'TODO: fix missing error handling for setglobal', \ foldcolumn: 'TODO: fix missing error handling for setglobal', \ numberwidth: 'TODO: fix missing error handling for setglobal', |