]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix vim-docs.factor after moving around io words
authorAaron Schaefer <aaron@elasticdog.com>
Tue, 16 Dec 2008 02:50:10 +0000 (21:50 -0500)
committerAaron Schaefer <aaron@elasticdog.com>
Tue, 16 Dec 2008 02:50:10 +0000 (21:50 -0500)
basis/editors/vim/vim-docs.factor

index cf42884084d41a022cffa999d5653022be11226b..3387dc597108bccbdfda41cb4b056724f751b05d 100644 (file)
@@ -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"