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
parent
6a88fe8807
commit
67cdd71352
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue