[git-users] why can't I add vim-latex as a submodule?

2012-11-01 Thread Chris Lott
I am trying to install the vim-latex plugin as a git submodule. The github is: https://github.com/jcf/vim-latex I am using the given repository info: https://github.com/jcf/vim-latex.git the command I am using is: git submodule add https://github.com/jcf/vim-latex.git bundle/vim-latex But when

Re: [git-users] why can't I add vim-latex as a submodule?

2012-11-01 Thread Rahmat Budiharso
have you run 'git submodule update --init' ? -- Rahmat Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Friday, November 2, 2012 at 10:52 AM, Chris Lott wrote: I am trying to install the vim-latex plugin as a git submodule. The github is: https://github.com/jcf/vim-latex I am