added patch from ticket 148
Этот коммит содержится в:
родитель
4765514421
Коммит
c3a1d292fd
@ -298,6 +298,9 @@ extern char *option_backup_ext;
|
||||
extern int edit_confirm_save;
|
||||
extern int column_highlighting;
|
||||
|
||||
extern int visible_tabs;
|
||||
extern int visible_tws;
|
||||
|
||||
/* File names */
|
||||
#define EDIT_DIR ".mc" PATH_SEP_STR "cedit"
|
||||
#define SYNTAX_FILE EDIT_DIR PATH_SEP_STR "Syntax"
|
||||
|
@ -216,6 +216,8 @@ static const struct {
|
||||
{ "editor_option_typewriter_wrap", &option_typewriter_wrap },
|
||||
{ "editor_edit_confirm_save", &edit_confirm_save },
|
||||
{ "editor_syntax_highlighting", &option_syntax_highlighting },
|
||||
{ "editor_visible_tabs", &visible_tabs },
|
||||
{ "editor_visible_spaces", &visible_tws },
|
||||
#endif /* USE_INTERNAL_EDIT */
|
||||
|
||||
{ "nice_rotating_dash", &nice_rotating_dash },
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user