Run vim synchronously

If you run vim from the terminal asynchronously, vim and factor will conflict accessing stdin and stdout.
db4
Erik Charlebois 2011-06-23 01:18:35 -04:00
parent 679b03f8db
commit 3acee3e55e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ M: vim vim-command
] { } make ;
: vim ( file line -- )
vim-command run-detached drop ;
vim-command run-process drop ;
"vim" vim-path set-global
[ vim ] edit-hook set-global