From 3b83db3a0682c983dea245efc461962d5756d00d Mon Sep 17 00:00:00 2001
From: Aaron Schaefer <aaron@elasticdog.com>
Date: Mon, 15 Dec 2008 21:50:10 -0500
Subject: [PATCH] Fix vim-docs.factor after moving around io words

---
 basis/editors/vim/vim-docs.factor | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/basis/editors/vim/vim-docs.factor b/basis/editors/vim/vim-docs.factor
index cf42884084..3387dc5971 100644
--- a/basis/editors/vim/vim-docs.factor
+++ b/basis/editors/vim/vim-docs.factor
@@ -1,4 +1,5 @@
-USING: definitions help help.markup help.syntax io io.files editors words ;
+USING: definitions editors help help.markup help.syntax io io.files
+    io.pathnames words ;
 IN: editors.vim
 
 ARTICLE: { "vim" "vim" } "Vim support"