Package: mc
Version: 3:4.7.0.9-2
Menu record for "Compile and link current .c file" missing for hotkey
definition therefore
menu doesn't shows menu correctly.
Originally it looks like :
{{
= f \.c$ & t r
+ f \.c$ & t r & ! t t
Compile and link current .c file
make `basename %f .c` 2>/dev/null || cc -O -o `basename %f .c` %f
}}
I've fixed this issue like this
{{
= f \.c$ & t r
+ f \.c$ & t r & ! t t
c Compile and link current .c file
make `basename %f .c` 2>/dev/null || cc -O -o `basename %f .c` %f
}}
Regards !
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]