Fix wording of WarnTabs option

When we changed 'nofoldtabs' to 'warntabs', we changed the meaning to the opposite. However, the wording was still the old one. Make it right.
This commit is contained in:
Sei Lisa 2016-12-25 19:21:16 +01:00
parent e16fad0366
commit 6f474c09d2

View file

@ -283,9 +283,9 @@ Case insensitive.
expansion of functions that produce strings with tabs.
The resulting source isn't guaranteed to be
copy-paste-able to the viewer.
WarnTabs + Suppress warning when a function can't be optimized
because it generates a string or list with a tab, or
when a string contains a tab.
WarnTabs + Warn when a function can't be optimized because it
generates a string or list with a tab, or when a string
contains a tab.
ProcessPre + Process some preprocessor directives in the source. This
enables usage of #pragma/#line preprocessor directives,
and is probably necessary if the script is itself the