vim:highNonASCII:french: Add forgotten ÿ
This commit is contained in:
@@ -64,7 +64,7 @@ function! HighlightNonASCIIChars()
|
|||||||
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 ..= 'àâæçèéêëîïôœùûüÿÀÂÆÇÈÉÊËÎÏÔŒÙÛÜŸ'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let w:non_ascii_match_id = matchadd('NonASCIIChars',
|
let w:non_ascii_match_id = matchadd('NonASCIIChars',
|
||||||
|
|||||||
Reference in New Issue
Block a user