options: fix 'isident' for Windows

Default value on Windows does not match the documented value.
This commit is contained in:
Jan Edmund Lazo 2020-07-27 09:02:05 -04:00
parent 1123a979d0
commit 0d713fc8ba
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -1271,7 +1271,11 @@ return {
deny_duplicates=true,
vi_def=true,
varname='p_isi',
defaults={if_true={vi="@,48-57,_,192-255"}}
defaults={
condition='WIN32',
if_true={vi="@,48-57,_,128-167,224-235"},
if_false={vi="@,48-57,_,192-255"}
}
},
{
full_name='iskeyword', abbreviation='isk',