aserebryakov / filestyle

filestyle is a Vim plugin that highlights unwanted whitespace and characters.
http://www.vim.org/scripts/script.php?script_id=5065
Apache License 2.0
30 stars 5 forks source link

filestyle should not highlight eol #16

Closed kovetskiy closed 9 years ago

kovetskiy commented 9 years ago

simple config: set textwidth = 2 set lcs=eol:¶,trail:·,tab:·

inserting text 'dd' and ¶ will be highlighted.

aserebryakov commented 9 years ago

If I understand you correctly, the issue is that EOL is highlighted when it is exacly in a columntw + 1, right?

kovetskiy commented 9 years ago

Yes.

aserebryakov commented 9 years ago

Fixed.