Don't pull in windows.shell32 on linux..
parent
ee07c71b5e
commit
537963ce24
|
@ -1,5 +1,5 @@
|
||||||
USING: io.backend io.files kernel math math.parser
|
USING: io.backend io.files kernel math math.parser
|
||||||
namespaces editors.vim sequences system windows.shell32 ;
|
namespaces editors.vim sequences system ;
|
||||||
IN: editors.gvim
|
IN: editors.gvim
|
||||||
|
|
||||||
TUPLE: gvim ;
|
TUPLE: gvim ;
|
||||||
|
|
Loading…
Reference in New Issue