1
1

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.
Этот коммит содержится в:
Benno Schulenberg 2021-01-02 16:55:17 +01:00
родитель 6a88fe8807
Коммит 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},