factor/extra/editors/gvim/unix/unix.factor

8 lines
168 B
Factor
Raw Normal View History

2008-01-13 12:58:29 -05:00
USING: io.unix.backend kernel namespaces editors.gvim.backend ;
IN: editors.gvim.unix
M: unix-io gvim-path
\ gvim-path get-global [
"gvim"
] unless* ;