Commit 4650f5ba by Guba Sándor

docs: updated pathogen url

parent a71972e7
......@@ -170,7 +170,7 @@ configure vim like we do::
$ mkdir -p ~/.vim/autoload ~/.vim/bundle
$ curl -Sso ~/.vim/autoload/pathogen.vim \
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim
$ cd ~/.vim; mkdir -p bundle; cd bundle && git clone \
git://github.com/klen/python-mode.git
$ cat >>~/.vimrc <<END
......@@ -180,4 +180,4 @@ configure vim like we do::
filetype plugin indent on
syntax on
END
$ sudo pip install pyflakes rope pep8 mccabe
\ No newline at end of file
$ sudo pip install pyflakes rope pep8 mccabe
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment