run dos2unix on gvim.factor

darcs
erg 2006-12-17 08:36:33 +00:00
parent 725ed93b35
commit 37a6761a17
1 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
USING: kernel namespaces ;
IN: vim
: vim-command ( file line -- string )
[
"\"" % vim-path get % "\" --remote-tab-silent " %
"+" % # " \"" % % "\"" %
] "" make ;
USING: kernel namespaces ;
IN: vim
: vim-command ( file line -- string )
[
"\"" % vim-path get % "\" --remote-tab-silent " %
"+" % # " \"" % % "\"" %
] "" make ;