From 537963ce24db4d3782352564c2e6edb9eb3d5a7d Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 9 Dec 2007 18:35:19 -0600 Subject: [PATCH] Don't pull in windows.shell32 on linux.. --- extra/editors/gvim/gvim.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/editors/gvim/gvim.factor b/extra/editors/gvim/gvim.factor index 802ab51c7a..7a1f939b5c 100644 --- a/extra/editors/gvim/gvim.factor +++ b/extra/editors/gvim/gvim.factor @@ -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 ;