diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2020-06-23 06:22:07 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 11:22:07 +0200 |
commit | c3459c7b148cd00d85b01ddae74782648a5d4e37 (patch) | |
tree | 8d96ff466a5143642f63bd170939c274ca446c00 /doc | |
parent | 79ed8e79efa49f49e1c522ea803d0317e05f0462 (diff) | |
download | Nim-c3459c7b148cd00d85b01ddae74782648a5d4e37.tar.gz |
Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index e522973cd..b2aa82d2b 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -101,7 +101,6 @@ Advanced options: --excessiveStackTrace:on|off stack traces use full file paths --stackTraceMsgs:on|off enable user defined stack frame msgs via `setFrameMsg` - --oldNewlines:on|off turn on|off the old behaviour of "\n" --laxStrings:on|off when turned on, accessing the zero terminator in strings is allowed; only for backwards compatibility --nilseqs:on|off allow 'nil' for strings/seqs for |