From 9cd5db6910cfc7bcbdd555297dc33325ccbe3b65 Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 18 Apr 2007 14:35:20 +0000 Subject: [PATCH] BmskAll wieder aktiviert git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@137 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69 --- vimfiles.stefan/plugin/bmsk.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vimfiles.stefan/plugin/bmsk.vim b/vimfiles.stefan/plugin/bmsk.vim index bb59f18..382ce3b 100644 --- a/vimfiles.stefan/plugin/bmsk.vim +++ b/vimfiles.stefan/plugin/bmsk.vim @@ -640,6 +640,7 @@ command -nargs=? GrepBmsk call GrepFull(GetBmskSwDir(), '*.c *.h *.kgs', ' command -complete=customlist,GetAllBmskTargets -nargs=* Bmsk Make command -complete=customlist,GetAllBmskTargets -nargs=* BmskDoku call s:BmskDoku('') command -nargs=* Lint Make %:t:r.lint +command -complete=customlist,GetAllBmskSWStand -nargs=1 BmskAll call s:BmskAll('') " make options function GetBmskMakeOpts()