micro/runtime/help
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
..
colors.md options: add matchbracestyle (#2876) 2024-03-13 20:21:27 +01:00
commands.md command: Add capability to use relative numbers in goto (#2985) 2024-03-13 21:32:12 +01:00
copypaste.md Update copypaste.md (#2826) 2023-07-08 14:08:15 -07:00
defaultkeys.md Add better explanation about find 2022-10-12 19:05:42 -07:00
help.md Doc changes (#2646) 2023-01-11 21:56:23 -08:00
keybindings.md Fixed a typo in keybindings.md (#2852) 2023-07-08 14:07:06 -07:00
options.md Highlighting tab errors 2024-03-14 03:09:30 +01:00
plugins.md Add onRune parameter, utf8 package in plugins.md (#3100) 2024-03-12 21:40:13 +01:00
tutorial.md Fix typo in tutorial.md (#2130) 2021-06-12 23:52:08 -04:00