vim:aesth:highNonASCII: Add uppercase Umlaute
Forgot to add the uppercase Umlaute as well.
This commit is contained in:
@@ -61,7 +61,7 @@ function! HighlightNonASCIIChars()
|
|||||||
|
|
||||||
let l:ignore_chars = '\d0-\d127'
|
let l:ignore_chars = '\d0-\d127'
|
||||||
if (match(&spelllang, '\v(^|,)de($|,)') != -1)
|
if (match(&spelllang, '\v(^|,)de($|,)') != -1)
|
||||||
let l:ignore_chars ..= 'äöüß'
|
let l:ignore_chars ..= 'äöüßÄÖÜ'
|
||||||
endif
|
endif
|
||||||
if (match(&spelllang, '\v(^|,)fr($|,)') != -1)
|
if (match(&spelllang, '\v(^|,)fr($|,)') != -1)
|
||||||
let l:ignore_chars ..= 'àâæçèéêëîïôùûüœÀÂÆÇÈÉÊËÎÏÔÙÛÜŒ'
|
let l:ignore_chars ..= 'àâæçèéêëîïôùûüœÀÂÆÇÈÉÊËÎÏÔÙÛÜŒ'
|
||||||
|
|||||||
Reference in New Issue
Block a user