Run vim synchronously
If you run vim from the terminal asynchronously, vim and factor will conflict accessing stdin and stdout.db4
parent
679b03f8db
commit
3acee3e55e
|
@ -16,7 +16,7 @@ M: vim vim-command
|
||||||
] { } make ;
|
] { } make ;
|
||||||
|
|
||||||
: vim ( file line -- )
|
: vim ( file line -- )
|
||||||
vim-command run-detached drop ;
|
vim-command run-process drop ;
|
||||||
|
|
||||||
"vim" vim-path set-global
|
"vim" vim-path set-global
|
||||||
[ vim ] edit-hook set-global
|
[ vim ] edit-hook set-global
|
||||||
|
|
Loading…
Reference in New Issue