Make the gvim executable "gvim" instead of "vim"

release
Doug Coleman 2007-10-09 03:40:52 -05:00
parent 36df714e56
commit 536ee98b8c
1 changed files with 3 additions and 1 deletions

View File

@ -5,8 +5,10 @@ TUPLE: gvim ;
M: gvim vim-command ( file line -- string ) M: gvim vim-command ( file line -- string )
[ [
"\"" % vim-path get % "\" --remote-tab-silent " % "\"" % vim-path get % "\"" %
vim-switches get [ % ] when*
"+" % # " \"" % % "\"" % "+" % # " \"" % % "\"" %
] "" make ; ] "" make ;
T{ gvim } vim-editor set-global T{ gvim } vim-editor set-global
"gvim" vim-path set-global