]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0803: tests: no error check when setting global 'isk' v9.1.0803
authorMilly <milly.ca@gmail.com>
Tue, 22 Oct 2024 20:27:19 +0000 (22:27 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 22 Oct 2024 20:27:19 +0000 (22:27 +0200)
commit5e7a6a4a106923e45c67dae6810e4c9753f88025
treec6040a7ef0c747840525c0d1a3de094307de4e28
parent142cad1f88d1d3aa34b6050151e620b66185112e
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: #15915

Signed-off-by: Milly <milly.ca@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/charset.c
src/optiondefs.h
src/optionstr.c
src/proto/charset.pro
src/proto/optionstr.pro
src/testdir/gen_opt_test.vim
src/version.c