mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* mc.ext: nm(1) view is enabled for all ELF files, not just
files ending in .o.
This commit is contained in:
parent
0e218318da
commit
42a100029b
@ -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.
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user