mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
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:
parent
e16fad0366
commit
6f474c09d2
1 changed files with 3 additions and 3 deletions
6
main.py
6
main.py
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue