From 42a100029b09deeedfc32ac123d193b22f606683 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Tue, 6 Sep 2005 09:20:01 +0000 Subject: [PATCH] * mc.ext: nm(1) view is enabled for all ELF files, not just files ending in .o. --- lib/ChangeLog | 2 ++ lib/mc.ext.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index e72438264..e00db515b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,5 @@ 2005-09-06 Roland Illig * mc.menu: %d is already quoted, so it must not be written "%d". + * mc.ext: nm(1) view is enabled for all ELF files, not just + files ending in .o. \ No newline at end of file diff --git a/lib/mc.ext.in b/lib/mc.ext.in index 4dd677102..05597d909 100644 --- a/lib/mc.ext.in +++ b/lib/mc.ext.in @@ -227,7 +227,7 @@ regex/\.(h|hpp)$ Open=%var{EDITOR:vi} %f # Object -shell/.o +type/^ELF #Open=%var{PAGER:more} %f View=%view{ascii} file %f && nm %f