vim:aesth:highNonASCII: Add uppercase Umlaute

Forgot to add the uppercase Umlaute as well.
This commit is contained in:
2022-12-28 13:38:15 +01:00
parent b559ff646b
commit aae84fd197

View File

@@ -61,7 +61,7 @@ function! HighlightNonASCIIChars()
let l:ignore_chars = '\d0-\d127'
if (match(&spelllang, '\v(^|,)de($|,)') != -1)
let l:ignore_chars ..= 'äöüß'
let l:ignore_chars ..= 'äöüßÄÖÜ'
endif
if (match(&spelllang, '\v(^|,)fr($|,)') != -1)
let l:ignore_chars ..= 'àâæçèéêëîïôùûüœÀÂÆÇÈÉÊËÎÏÔÙÛÜŒ'