From: slava Date: Thu, 19 Oct 2006 21:42:45 +0000 (+0000) Subject: Fix VIM module X-Git-Tag: 0.85~6 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=4ad555eb29316443ef766a9c4130416d72527e51 Fix VIM module --- diff --git a/contrib/vim/load.factor b/contrib/vim/load.factor index 76c2a9a48e..f30bb74715 100644 --- a/contrib/vim/load.factor +++ b/contrib/vim/load.factor @@ -1,4 +1,4 @@ -REQUIRES: contrib/embedded contrib/process ; +REQUIRES: contrib/httpd contrib/process ; PROVIDE: contrib/vim { "vim.factor" } ;