* mc.ext: nm(1) view is enabled for all ELF files, not just

files ending in .o.
This commit is contained in:
Roland Illig 2005-09-06 09:20:01 +00:00
parent 0e218318da
commit 42a100029b
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
2005-09-06 Roland Illig <roland.illig@gmx.de>
* 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.

View File

@ -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