Skip to content

Commit

Permalink
Fix url for vim-smartinput
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Apr 12, 2012
1 parent 79c159a commit 2c90893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fun! MyPoolFun()
let d = vam#install#Pool()
let d['vividchalk'] = { 'title' : 'vividchalk', 'type' : 'git', 'url' : 'git://github.com/gkatsev/vim-vividchalk.git' }
let d['smartinput'] = { 'title' : 'smartinput', 'type' : 'git', 'url' : 'https://github.com/kana/vim-smartinput.git' }
let d['smartinput'] = { 'title' : 'smartinput', 'type' : 'git', 'url' : 'git://github.com/kana/vim-smartinput.git' }
return d
endf

Expand Down

0 comments on commit 2c90893

Please sign in to comment.