Handbook
Glossary
find-vim-path ( -- path )
Vocabulary
editors
.
vim
Inputs
None
Outputs
path
an
object
Definition
USING:
editors
;
IN:
editors.vim
HOOK:
find-vim-path
editor-class
( -- path )
Methods
USING:
editors.gvim
editors.vim
io.standard-paths
kernel
;
M:
gvim
find-vim-path
find-gvim-path
[
"gvim"
?find-in-path
]
unless*
;
USING:
editors.macvim
editors.vim
;
M:
macvim
find-vim-path
find-macvim-bundle-path
;
USING:
editors.vim
io.standard-paths
;
M:
vim-base
find-vim-path
"vim"
?find-in-path
;