From 67c9db42fdd99d8edc1a9b3cd37b9c5b803cedf5 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Wed, 26 Feb 2014 14:38:32 +0100 Subject: [PATCH 1/2] doh --- db/scmsources.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/scmsources.vim b/db/scmsources.vim index e4fd7cb..4452009 100644 --- a/db/scmsources.vim +++ b/db/scmsources.vim @@ -1277,7 +1277,7 @@ let scm['maktaba'] = {'type': 'git', 'url': 'git://github.com/google/maktaba'} let scm['vtd'] = {'type': 'git', 'url': 'git://github.com/chiphogg/vim-vtd'} " Tom McDonald -let scm['vim-exchange'] = {'type': 'git', 'url': 'git@github.com:tommcdo/vim-exchange' } +let scm['vim-exchange'] = {'type': 'git', 'url': 'git://github.com/tommcdo/vim-exchange' } " its synced with bigger rust repository let scm['rust'] = {'type': 'git', 'url': 'https://github.com/wting/rust.vim'} From a0d1c27f824774243ffcad232db1b41a9e2165c3 Mon Sep 17 00:00:00 2001 From: "xz.zhang" Date: Sun, 24 Aug 2014 14:02:00 +0800 Subject: [PATCH 2/2] add pandoc in scmsouces.vim --- db/scmsources.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db/scmsources.vim b/db/scmsources.vim index 1a34401..a2ba623 100644 --- a/db/scmsources.vim +++ b/db/scmsources.vim @@ -523,6 +523,9 @@ let scmnr.3071 = {'type': 'git', 'url': 'git://github.com/wilhelmtell/reimin'} " Felipe Morales let scmnr.3101 = {'type': 'git', 'url': 'git://github.com/fmoralesc/Tumble'} +" David Sanson and Felipe Morales +let scm['vim-pandoc-syntax'] = {'type': 'git', 'url': 'git://github.com/vim-pandoc/vim-pandoc-syntax'} + " David Munger let scmnr.3108 = {'type': 'bzr', 'url': 'lp:vim-gui-box'} let scmnr.3109 = {'type': 'git', 'url': 'git://github.com/LaTeX-Box-Team/LaTeX-Box'}