tweaks: push back the deprecation of the 'set nowrap' option

It is probably the most used option in a .nanorc file.
Keep accepting it for three more years.
master
Benno Schulenberg 2021-01-02 16:55:17 +01:00
parent 6a88fe8807
commit 67cdd71352
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static const rcoption rcopts[] = {
{"nonewlines", NO_NEWLINES},
{"nopauses", NO_PAUSES}, /* Obsolete; remove in 2021. */
#ifdef ENABLE_WRAPPING
{"nowrap", NO_WRAP}, /* Deprecated; remove in 2021. */
{"nowrap", NO_WRAP}, /* Deprecated; remove in 2024. */
#endif
#ifdef ENABLE_OPERATINGDIR
{"operatingdir", 0},