]> gitweb.factorcode.org Git - factor.git/blob - extra/editors/gvim/unix/unix.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / editors / gvim / unix / unix.factor
1 USING: io.unix.backend kernel namespaces editors.gvim.backend
2 system ;
3 IN: editors.gvim.unix
4
5 M: unix gvim-path
6     \ gvim-path get-global [
7         "gvim"
8     ] unless* ;