Files
zyedidia.micro/internal
Dmitry Maluka 64370b70d6 Highlighting tab errors
Added option `hltaberrors` which helps to spot sloppy whitespace errors
with tabs used instead of spaces or vice versa.

It uses the value of `tabstospaces` option as a criterion whether a
tab or space character is an error or not.
If `tabstospaces` is on, we probably expect that the file should contain
no tab characters, so any tab character is highlighted as an error.
If `tabstospaces` is off, we probably expect that the file uses
indentation with tabs, so space characters in the initial indent part
of lines are highlighted as errors.
2024-03-14 03:09:30 +01:00
..
2024-03-14 03:09:30 +01:00
2024-03-14 03:09:30 +01:00
2023-01-26 18:02:54 -08:00
2023-09-08 23:27:39 -07:00