From 3acee3e55ecb9c034e8cacfab68c04ac08c08a9a Mon Sep 17 00:00:00 2001 From: Erik Charlebois Date: Thu, 23 Jun 2011 01:18:35 -0400 Subject: [PATCH] Run vim synchronously If you run vim from the terminal asynchronously, vim and factor will conflict accessing stdin and stdout. --- basis/editors/vim/vim.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/editors/vim/vim.factor b/basis/editors/vim/vim.factor index a62ed9e0a5..55c3889e00 100644 --- a/basis/editors/vim/vim.factor +++ b/basis/editors/vim/vim.factor @@ -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 -- 2.34.1