1
1

option_backup_ext is only available when the internal editor is enabled.

Этот коммит содержится в:
Roland Illig 2005-09-07 10:08:25 +00:00
родитель cd8cf54cbb
Коммит 06f4ef50e6

Просмотреть файл

@ -225,7 +225,9 @@ static const struct {
char **opt_addr;
const char *opt_defval;
} str_options [] = {
#ifdef USE_INTERNAL_EDIT
{ "editor_backup_extension", &option_backup_ext, "~" },
#endif
{ NULL, NULL }
};