From 3cf75f665eb6c1f150e91e7b39712f4e0f154fdc Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Tue, 19 Mar 2013 11:29:13 +0530 Subject: [PATCH] Updated non-pathogen installation instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 017170d..bd5c153 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,10 @@ There are 2 ways to do this $ cd ~/.vim $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-mode ``` -2. Copy table-mode.vim into ~/.vim/plugin/ (Unix) or vimfiles/plugin/ (Windows) - as with other plugins. +2. Copy autoload/todomode.vim, plugin/todo-mode.vim, doc/todo-mode.txt to + respective ~/.vim/autoload/, ~/.vim/plugin and ~/.vim/doc under UNIX or + vimfiles/autoload/, vimfiles/plugin/ and vimfiles/doc under WINDOWS and + restart VIM ### Requirements