aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-10-24 06:40:20 +0800
committerzeertzjq <zeertzjq@outlook.com>2024-10-24 06:56:12 +0800
commit19204ebde9fe7a706d5afd1a9d14cfe71ff3a810 (patch)
tree773b1eac63cedfcf82a9f0f630672873d587cafa
parenta0ad35e3bbb3eac12dae031ea8bea00feb92a8ca (diff)
downloadrneovim-19204ebde9fe7a706d5afd1a9d14cfe71ff3a810.tar.gz
rneovim-19204ebde9fe7a706d5afd1a9d14cfe71ff3a810.tar.bz2
rneovim-19204ebde9fe7a706d5afd1a9d14cfe71ff3a810.zip
test(old): remove unnecessary :setglobal skips
-rw-r--r--test/old/testdir/gen_opt_test.vim10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/old/testdir/gen_opt_test.vim b/test/old/testdir/gen_opt_test.vim
index 89ddf283d2..2cc9b3142a 100644
--- a/test/old/testdir/gen_opt_test.vim
+++ b/test/old/testdir/gen_opt_test.vim
@@ -45,17 +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',
- \ conceallevel: 'TODO: fix missing error handling for setglobal',
- \ foldcolumn: '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',
\}