From b9fb0dfd811004010f5f6903edef42d6004ebea2 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 6 Nov 2014 13:41:58 -0500 Subject: [PATCH] Drop obsolete caveat about {} --- README.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 5e32dc3f..00c28783 100644 --- a/README.markdown +++ b/README.markdown @@ -43,8 +43,7 @@ glob as an argument: execute pathogen#infect('stuff/{}') -The `{}` indicates where the expansion should occur. Currently only a -trailing `{}` is supported. +The `{}` indicates where the expansion should occur. You can also pass an absolute path instead. I keep the plugins I maintain under `~/src`, and this is how I add them: