diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-10-24 06:10:06 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-10-24 06:56:12 +0800 |
commit | 3d2aca83de7f57ad0ba1c67acb87e55876569d0a (patch) | |
tree | 45cf0b6775f65842e4d68c8df5d0192246b4f87a /test | |
parent | 6d2cf5ad3112d12b4b55df9df1e0921086b54fec (diff) | |
download | rneovim-3d2aca83de7f57ad0ba1c67acb87e55876569d0a.tar.gz rneovim-3d2aca83de7f57ad0ba1c67acb87e55876569d0a.tar.bz2 rneovim-3d2aca83de7f57ad0ba1c67acb87e55876569d0a.zip |
vim-patch:9.1.0803: tests: no error check when setting global 'isk'
Problem: tests: no error check when setting global 'isk'
Solution: also parse and check global 'isk' value (Milly)
closes: vim/vim#15915
https://github.com/vim/vim/commit/5e7a6a4a106923e45c67dae6810e4c9753f88025
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 85abeb2639..8a6d534c62 100644 --- a/test/old/testdir/gen_opt_test.vim +++ b/test/old/testdir/gen_opt_test.vim @@ -49,7 +49,6 @@ let skip_setglobal_reasons = #{ \ colorcolumn: 'TODO: fix missing error handling for setglobal', \ conceallevel: 'TODO: fix missing error handling for setglobal', \ foldcolumn: 'TODO: fix missing error handling for setglobal', - \ 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', |