mirror of https://github.com/MidnightCommander/mc
Merge branch '2495_show_addition_info_about_macros'
* 2495_show_addition_info_about_macros: Ticket #2495 (show info about macros)
This commit is contained in:
commit
5583df3350
|
@ -207,7 +207,10 @@ show_datadirs_extended (void)
|
|||
#ifdef ENABLE_VFS_FISH
|
||||
PRINTF ("fish:", mc_config_get_data_path (), FISH_PREFIX "/");
|
||||
#endif
|
||||
|
||||
#ifdef USE_INTERNAL_EDIT
|
||||
PRINTF ("mcedit macros:", mc_config_get_data_path (), MC_MACRO_FILE);
|
||||
PRINTF ("mcedit external macros:", mc_config_get_data_path (), MC_EXTMACRO_FILE ".*");
|
||||
#endif
|
||||
PRINTF_SECTION2 (_("Cache directory:"), mc_config_get_cache_path ());
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue