]> gitweb.factorcode.org Git - factor.git/blob - extra/editors/gvim/windows/windows.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / editors / gvim / windows / windows.factor
1 USING: editors.gvim.backend io.files io.windows kernel namespaces
2 sequences windows.shell32 io.paths system ;
3 IN: editors.gvim.windows
4
5 M: windows gvim-path
6     \ gvim-path get-global [
7         program-files "vim" append-path
8         t [ "gvim.exe" tail? ] find-file
9     ] unless* ;