There was an error while loading. Please reload this page.
1 parent 1b644bf commit ed01fcaCopy full SHA for ed01fca
README.markdown
@@ -8,7 +8,7 @@ private directories.
8
9
Install to `~/.vim/autoload/pathogen.vim`. Or copy and paste:
10
11
- mkdir -p ~/.vim/autoload ~/.vim/bundle; \
+ mkdir -p ~/.vim/autoload ~/.vim/bundle && \
12
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
13
14
If you're using Windows, change all occurrences of `~/.vim` to `~\vimfiles`.
@@ -30,7 +30,7 @@ Now any plugins you wish to install can be extracted to a subdirectory
30
under `~/.vim/bundle`, and they will be added to the `'runtimepath'`.
31
Observe:
32
33
- cd ~/.vim/bundle
+ cd ~/.vim/bundle && \
34
git clone git://github.com/tpope/vim-sensible.git
35
36
Now [sensible.vim](https://github.com/tpope/vim-sensible) is installed.
0 commit comments