find gvim binary faster on windows

db4
Doug Coleman 2008-02-12 12:00:56 -06:00
parent 023255d6ad
commit f80694183d
1 changed files with 2 additions and 1 deletions
extra/editors/gvim/windows

View File

@ -4,5 +4,6 @@ IN: editors.gvim.windows
M: windows-io gvim-path
\ gvim-path get-global [
program-files walk-dir [ "gvim.exe" tail? ] find nip
program-files "vim" path+
[ "gvim.exe" tail? ] find-file-breadth
] unless* ;