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

Commit8d7405e

Browse files
authored
Merge pull requestpython-mode#824 from joker234/patch-1
need the submodules with pathogen, too
2 parents2ae7a23 +e9a90ab commit8d7405e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ help packages` in vim for details.
9898
cd ~/.vim
9999
mkdir -p bundle && cd bundle
100100
git clone https://github.com/python-mode/python-mode.git
101+
cd python-mode
102+
git submodule update --init --recursive
101103

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

@@ -114,6 +116,7 @@ Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:
114116

115117
% git clone https://github.com/python-mode/python-mode.git
116118
% cd python-mode
119+
% git submodule update --init --recursive
117120
% cp -R * ~/.vim
118121

119122
Then rebuild**helptags** in vim:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp