BmskAll wieder aktiviert

git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@137 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
This commit is contained in:
stefan 2007-04-18 14:35:20 +00:00
parent f56c798ef5
commit 9cd5db6910

View File

@ -640,6 +640,7 @@ command -nargs=? GrepBmsk call GrepFull(GetBmskSwDir(), '*.c *.h *.kgs', '<args>
command -complete=customlist,GetAllBmskTargets -nargs=* Bmsk Make <args> command -complete=customlist,GetAllBmskTargets -nargs=* Bmsk Make <args>
command -complete=customlist,GetAllBmskTargets -nargs=* BmskDoku call s:BmskDoku('<args>') command -complete=customlist,GetAllBmskTargets -nargs=* BmskDoku call s:BmskDoku('<args>')
command -nargs=* Lint Make <args> %:t:r.lint command -nargs=* Lint Make <args> %:t:r.lint
command -complete=customlist,GetAllBmskSWStand -nargs=1 BmskAll call s:BmskAll('<args>')
" make options " make options
function GetBmskMakeOpts() function GetBmskMakeOpts()