diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-10-24 07:22:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-24 07:22:04 +0800 |
commit | 611c416359e2beb90d4ca73c86bcaa43cb17892c (patch) | |
tree | 773b1eac63cedfcf82a9f0f630672873d587cafa /test/old | |
parent | 230b0c7f021a57647a658edce27fe115343f083f (diff) | |
parent | 19204ebde9fe7a706d5afd1a9d14cfe71ff3a810 (diff) | |
download | rneovim-611c416359e2beb90d4ca73c86bcaa43cb17892c.tar.gz rneovim-611c416359e2beb90d4ca73c86bcaa43cb17892c.tar.bz2 rneovim-611c416359e2beb90d4ca73c86bcaa43cb17892c.zip |
Merge pull request #30918 from zeertzjq/vim-9.1.0802
vim-patch:9.1.{0802,0803,0804,0806,0812}: :setglobal fixes
Diffstat (limited to 'test/old')
-rw-r--r-- | test/old/testdir/gen_opt_test.vim | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/old/testdir/gen_opt_test.vim b/test/old/testdir/gen_opt_test.vim index 325e7e9438..2cc9b3142a 100644 --- a/test/old/testdir/gen_opt_test.vim +++ b/test/old/testdir/gen_opt_test.vim @@ -45,21 +45,7 @@ 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', - \ colorcolumn: 'TODO: fix missing error handling for setglobal', - \ conceallevel: 'TODO: fix missing error handling for setglobal', - \ foldcolumn: 'TODO: fix missing error handling for setglobal', - \ foldmethod: 'TODO: fix `setglobal fdm=` not given an error', - \ iskeyword: 'TODO: fix missing error handling for setglobal', - \ numberwidth: 'TODO: fix missing error handling for setglobal', - \ scrolloff: 'TODO: fix missing error handling for setglobal', - \ shiftwidth: 'TODO: fix missing error handling for setglobal', - \ sidescrolloff: 'TODO: fix missing error handling for setglobal', \ signcolumn: 'TODO(nvim): fix missing error handling for setglobal', - \ tabstop: 'TODO: fix missing error handling for setglobal', - \ termwinkey: 'TODO: fix missing error handling for setglobal', - \ termwinsize: 'TODO: fix missing error handling for setglobal', - \ textwidth: 'TODO: fix missing error handling for setglobal', \ winhighlight: 'TODO(nvim): fix missing error handling for setglobal', \} |