Browse Source

fix typo in line no. 205 of README.md

change from `Plugin 'file///path/from/root/to/plugin'` to `Plugin 'file:///path/from/root/to/plugin'`
pull/427/head
Michał Blinkiewicz 12 years ago
parent
commit
ec16b7b797
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/vundle.txt

+ 1
- 1
doc/vundle.txt View File

@ -202,7 +202,7 @@ The git protocol supports local installation using the 'file://' protocol.
This is handy when developing plugins locally. Follow the protocol with an
absolute path to the script directory.
>
Plugin 'file///path/from/root/to/plugin'
Plugin 'file:///path/from/root/to/plugin'
3.3 INSTALLING PLUGINS ~
*vundle-plugins-install* *:PluginInstall*


Loading…
Cancel
Save