aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/c.vim
blob: 1550367ad33207e1cd04a127313d266719f854d4 (plain) (blame)
1
2
3
4
command-buffer Compile w | make %:r:S
command-buffer CompileM w | !gcc -o %:r:S %:S -lm
command-buffer Make w | !make %:r:S
command-buffer -nargs=* Run split | terminal chmod +x %:p:S; %:p:S <args>