Skip to content

Commit

Permalink
fixed self. completion for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
vgod committed May 7, 2012
1 parent 2a63946 commit 38365b6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,15 @@
[submodule "bundle/indent-motion"]
path = bundle/indent-motion
url = git://github.com/vim-scripts/indent-motion.git
[submodule "bundle/vim-snipmate"]
path = bundle/vim-snipmate
url = git://github.com/davidhalter/vim-snipmate.git
[submodule "bundle/tlib_vim"]
path = bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/snipmate-snippets"]
path = bundle/snipmate-snippets
url = https://github.com/honza/snipmate-snippets.git
1 change: 0 additions & 1 deletion bundle/snipmate
Submodule snipmate deleted from f5a75d
1 change: 1 addition & 0 deletions bundle/snipmate-snippets
Submodule snipmate-snippets added at 036dc1
1 change: 1 addition & 0 deletions bundle/tlib_vim
Submodule tlib_vim added at 4bfa2d
1 change: 1 addition & 0 deletions bundle/vim-addon-mw-utils
Submodule vim-addon-mw-utils added at d1bfbc
1 change: 1 addition & 0 deletions bundle/vim-snipmate
Submodule vim-snipmate added at 4663bf
4 changes: 4 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,7 @@ let g:tagbar_autofocus = 1

" --- PowerLine
" let g:Powerline_symbols = 'fancy' " require fontpatcher
"

" --- SnipMate
let g:snipMateAllowMatchingDot = 0

0 comments on commit 38365b6

Please sign in to comment.