summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/vim.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/vim.lorry b/open-source-lorries/vim.lorry
index e4ccd9c..9f5b32c 100644
--- a/open-source-lorries/vim.lorry
+++ b/open-source-lorries/vim.lorry
@@ -1,6 +1,11 @@
{
"vim": {
"type": "hg",
- "url": "https://vim.googlecode.com/hg/"
+ "url": "https://vim.googlecode.com/hg/",
+ "description": "Obsolete (use vim-git)"
+ },
+ "vim-git": {
+ "type": "git",
+ "url": "https://github.com/vim/vim.git"
}
}