Drop obsolete caveat about {}

This commit is contained in:
Tim Pope
2014-11-06 13:41:58 -05:00
parent 91e6378908
commit b9fb0dfd81
+1 -2
View File
@@ -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: