Skip to content

Commit

Permalink
Merge pull request #11 from thet/thet-repos
Browse files Browse the repository at this point in the history
include github scm sources for pep83160 and pyflakes2441
  • Loading branch information
garbas committed Aug 23, 2011
2 parents b6c9c3c + 1018ff2 commit 05f5a1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/vim-addon-manager-known-repositories.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4308,6 +4308,10 @@ let s:scm_plugin_sources['UT'] = {"type": "svn", "url": "http://lh-vim.googlecod
" http://www.vim.org/scripts/script.php?script_id=3617
let s:scm_plugin_sources['quicksilver'] = { 'type': 'git', 'url': 'git://github.com/Bogdanp/quicksilver.vim.git' }

" thet
let s:scm_plugin_sources['pep83160'] = { 'type' : 'git', 'url' : 'git://github.com/nvie/vim-pep8.git' }
let s:scm_plugin_sources['pyflakes2441'] = { 'type' : 'git', 'url' : 'git://github.com/kevinw/pyflakes-vim.git' }

" add / correct some types:
let s:plugin_sources['php1571']['strip-components'] = 0
let s:plugin_sources['jpythonfold']['script-type'] = 'ftplugin'
Expand Down

0 comments on commit 05f5a1d

Please sign in to comment.