mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
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
5e7a6a4a10
Co-authored-by: Milly <milly.ca@gmail.com>
This commit is contained in:
@@ -4459,7 +4459,7 @@ return {
|
||||
{
|
||||
abbreviation = 'isk',
|
||||
alloced = true,
|
||||
cb = 'did_set_isopt',
|
||||
cb = 'did_set_iskeyword',
|
||||
defaults = { if_true = '@,48-57,_,192-255' },
|
||||
deny_duplicates = true,
|
||||
desc = [=[
|
||||
|
Reference in New Issue
Block a user