'include' keyword (for command class def) have no effect if it was defined before 'Include' keyword (for commad def). #2773
Labels
area: core
Issues not related to a specific subsystem
prio: medium
Has the potential to affect progress
Milestone
Important
This issue was migrated from Trac:
gavenkoa
(@gavenkoa)gavenkoa@….com
(@gavenkoa)If I create ~/.config/mc/mc.ext file:
and then press RET on .avi file nothing happen.
But if swap this entries I get 'OK' in terminal.
I discover this bug when introduce techniture to merge system wide and own mc.ext file in: #2772 (Suggestion to load /etc/mc/mc.ext before ~/.config/mc/mc.ext anyway or add keyword to mc.ext for this purpose).
For example I want redefine class 'video'. So I put:
then I put content of /etc/mc/mc.ext, which have such lines:
But Open=GOOD-VIEWER %f was ignored and Open=BAD_VEWER %f was taken in account.
Because of this bug I can not just concatenate my settings with system wide, I need use some sed/awk/perl magic...
The text was updated successfully, but these errors were encountered: