aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/gen_opt_test.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-10-22 11:34:09 +0800
committerGitHub <noreply@github.com>2024-10-22 11:34:09 +0800
commit1b9dafa67ba98e360444832e1fddce1e96acc1d6 (patch)
treeb5466c491cdc91a73904fc870ae69c9fb637552f /test/old/testdir/gen_opt_test.vim
parentf663243e95f488b8f4224bdae2697ddac21d0ffb (diff)
downloadrneovim-1b9dafa67ba98e360444832e1fddce1e96acc1d6.tar.gz
rneovim-1b9dafa67ba98e360444832e1fddce1e96acc1d6.tar.bz2
rneovim-1b9dafa67ba98e360444832e1fddce1e96acc1d6.zip
fix(options): fix :setglobal not working for 'spelloptions' (#30894)
Diffstat (limited to 'test/old/testdir/gen_opt_test.vim')
-rw-r--r--test/old/testdir/gen_opt_test.vim1
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 85f5e33dcf..27e709b19d 100644
--- a/test/old/testdir/gen_opt_test.vim
+++ b/test/old/testdir/gen_opt_test.vim
@@ -56,7 +56,6 @@ let skip_setglobal_reasons = #{
\ 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',
- \ spelloptions: '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',