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

Spaces are not highlighed if they follow the tabs #2

Closed aserebryakov closed 9 years ago

aserebryakov commented 9 years ago

In case of the following line with expandtab option, spaces will not be highiglted:

\t text

aserebryakov commented 9 years ago

Resolved.