Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham
	autolearn_force=no version=3.4.1
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: zsh-workers@zsh.org
Subject: [PATCH] zyodl.vim: Add alternative installation instructions.
Date: Tue,  9 Feb 2016 03:22:06 +0000
Message-Id: <1454988126-4008-1-git-send-email-danielsh@tarsus.local2>
X-Mailer: git-send-email 1.8.4.5
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Seq: zsh-workers 37922

---
 Util/zyodl.vim | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Util/zyodl.vim b/Util/zyodl.vim
index b67bfa5..d0d3cf5 100644
--- a/Util/zyodl.vim
+++ b/Util/zyodl.vim
@@ -10,6 +10,8 @@
 " 2. Create ~/.vim/filetype.vim as explained in ":help new-filetype" case C.
 " 3. Add the following command to ~/.vim/filetype.vim:
 "      autocmd BufRead,BufNewFile **/Doc/Zsh/*.yo setfiletype zyodl
+" Or alternatively:
+" 1. Append the contents of Doc/Zsh/.vimrc to your .vimrc, changing «<sfile>» to «%».
 
 "" Test case:
 "   texinode()()()()

