Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit23b9028

Browse files
authored
Merge pull requestpython-mode#858 from wjstarrsiii/develop
Clarify Pathogen installation procedure for recursive submodulesFixpython-mode#835
2 parentsd5e7be1 +ca04e35 commit23b9028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ help packages` in vim for details.
9292
cd python-mode
9393
git submodule update --init --recursive
9494

95-
9695
##Using pathogen
9796

9897
cd ~/.vim
9998
mkdir -p bundle && cd bundle
100-
git clone https://github.com/python-mode/python-mode.git
99+
git clone --recursive https://github.com/python-mode/python-mode.git
100+
101101

102102
Enable[pathogen](https://github.com/tpope/vim-pathogen) in your`~/.vimrc`:
103103

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp