
RuleBase("Vi",{what});
Rule("Vi",1,1,FindFunction(what)!="")
   SystemCall("vi +/":what:" ":FindFile(FindFunction(what)));

Rule("Vi",1,2,FindFile(what) != "")
   SystemCall("vi ":FindFile(what));
