Revision: 7624
http://svn.sourceforge.net/supercollider/?rev=7624&view=revAuthor: alexnorman
Date: 2008-06-11 11:23:05 -0700 (Wed, 11 Jun 2008)
Log Message:
-----------
updated the SCVim class with a change John Yates sent which fixes the
updateHelpCache method when there are multiple help sources.
Modified Paths:
--------------
trunk/editors/scvim/scclasses/SCVim.sc
Modified: trunk/editors/scvim/scclasses/SCVim.sc
===================================================================
--- trunk/editors/scvim/scclasses/SCVim.sc 2008-06-10 20:05:03 UTC (rev 7623)
+++ trunk/editors/scvim/scclasses/SCVim.sc 2008-06-11 18:23:05 UTC (rev 7624)
@@ -97,7 +97,7 @@
var script;
if(helpPaths.isNil){ helpPaths = [Platform.helpDir]};
// Just run the ruby script
- ("scvim_make_help.rb".quote + "-c -f" + helpPaths.collect{|p| "-s" + p.quote}).systemCmd;
+ ("scvim_make_help.rb".quote + "-c -f".scatList(helpPaths.collect{|p| "-s" + p.quote})).systemCmd;
}
} // end class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
sc-dev@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-dev