]> gitweb.factorcode.org Git - factor.git/commitdiff
Don't pull in windows.shell32 on linux..
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 10 Dec 2007 00:35:19 +0000 (18:35 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 10 Dec 2007 00:35:19 +0000 (18:35 -0600)
extra/editors/gvim/gvim.factor

index 802ab51c7acea47ef0783cb66808e56f923cc7cb..7a1f939b5c1f297be8d2d31d726a581ef5be1db6 100644 (file)
@@ -1,5 +1,5 @@
 USING: io.backend io.files kernel math math.parser
-namespaces editors.vim sequences system windows.shell32 ;
+namespaces editors.vim sequences system ;
 IN: editors.gvim
 
 TUPLE: gvim ;