test(old): remove unnecessary :setglobal skips

This commit is contained in:
zeertzjq 2024-10-24 06:40:20 +08:00
parent a0ad35e3bb
commit 19204ebde9

View File

@ -45,17 +45,7 @@ endwhile
let skip_setglobal_reasons = #{ let skip_setglobal_reasons = #{
\ iminsert: 'The global value is always overwritten by the local value', \ iminsert: 'The global value is always overwritten by the local value',
\ imsearch: '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', \ 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', \ winhighlight: 'TODO(nvim): fix missing error handling for setglobal',
\} \}