From cb731cb965d81332d89b8f964eb37c40647ab322 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 2 Mar 2011 23:27:54 +0900 Subject: [PATCH] fix doc. --- index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d8dd131..0f7bde8 100644 --- a/index.html +++ b/index.html @@ -35,9 +35,14 @@

Install

-

copy zencoding.vim to your plugin directory

+

copy plugin/zencoding.vim to plugin directory. and copy autoload/zencoding.vim to autoload directory.

-# cp zencoding.vim ~/.vim/plugin/.
+# cp plugin/zencoding.vim ~/.vim/plugin/.
+# cp autoload/zencoding.vim ~/.vim/autoload/.
+
+

If you install pathogen.vim, you can make it work with only copying zencoding-vim directory to bundle directory.

+
+# cp -r zencoding-vim ~/.vim/bundle/.