Added the 'c' hotkey for 'Compile and link current .c file' item of user menu.

Menu item w/o hotey is not shown in menu.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2011-10-14 09:38:28 +04:00 committed by Slava Zanko
parent 07612ac7b7
commit 16664f9bd0
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ shell_patterns=0
= f \.c$ & t r
+ f \.c$ & t r & ! t t
Compile and link current .c file
с Compile and link current .c file
make `basename %f .c` 2>/dev/null || cc -O -o `basename %f .c` %f
+ t r & ! t t