mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
Ticket #2495 (show info about macros)
Display extended info about compiled-in paths for internal/external macros. Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
parent
2b341397ee
commit
18f555a4cf
@ -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
Block a user