factor/libs/vim/gvim7.factor

9 lines
187 B
Factor
Raw Normal View History

2006-12-17 03:36:33 -05:00
USING: kernel namespaces ;
IN: vim
: vim-command ( file line -- string )
[
"\"" % vim-path get % "\" --remote-tab-silent " %
"+" % # " \"" % % "\"" %
] "" make ;