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.
Этот коммит содержится в:
родитель
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},
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user