2008-09-01 13:00:14 -04:00
|
|
|
USING: editors.gvim io.files io.windows kernel namespaces
|
2008-04-02 19:30:52 -04:00
|
|
|
sequences windows.shell32 io.paths system ;
|
2007-12-09 19:16:24 -05:00
|
|
|
IN: editors.gvim.windows
|
|
|
|
|
2008-04-02 19:30:52 -04:00
|
|
|
M: windows gvim-path
|
2007-12-09 19:16:24 -05:00
|
|
|
\ gvim-path get-global [
|
2008-03-19 20:15:32 -04:00
|
|
|
program-files "vim" append-path
|
2008-02-25 04:38:52 -05:00
|
|
|
t [ "gvim.exe" tail? ] find-file
|
2007-12-09 19:16:24 -05:00
|
|
|
] unless* ;
|