]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0783: 'spell' option setting has problems v9.1.0783
authorMilly <milly.ca@gmail.com>
Mon, 14 Oct 2024 18:21:48 +0000 (20:21 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 14 Oct 2024 18:21:48 +0000 (20:21 +0200)
commit322ad0c953b7a3023cd2a65db61d05e180a5d682
treec2d722ec31a2561138f73977f8f57ef3ca7beda8
parent0c59c3027199ce593f6612d7cd418f375933c7cb
patch 9.1.0783: 'spell' option setting has problems

Problem:  'spell' option setting has problems
Solution: correctly check for comma for 'spellfile' option,
          remove unnecessary checks, refactor slightly (Milly)

closes: #15873

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