run dos2unix on gvim.factor
parent
725ed93b35
commit
37a6761a17
|
@ -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 ;
|
||||
|
|
Loading…
Reference in New Issue