From 9b815d8badeaaf8e584470bfc499b11bda73c5d8 Mon Sep 17 00:00:00 2001 From: Markus Heidelberg Date: Mon, 22 Dec 2008 12:11:39 +0100 Subject: [PATCH] vim_mainline: add description for each branch --- readme_vim_mainline.htm | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/readme_vim_mainline.htm b/readme_vim_mainline.htm index b50eee6f..289d5e28 100644 --- a/readme_vim_mainline.htm +++ b/readme_vim_mainline.htm @@ -13,3 +13,47 @@ say: completely rewritten). So keep this in mind when using this repository as base for your work.

+ + + + + + + + + + + + + + + + + + + + + + +
BranchDescription
+ master + + Official Vim with latest runtime files
+ Merges vim and vim-runtime branches.
+
+ vim + + Official Vim
+ Based on https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2
+ The only modification is .gitignore and deletion of src/auto/config.{h,mk} +
+ vim-runtime + + Vim's latest runtime files
+ Updated with rsync from ftp.nluug.nl::Vim/runtime/
+ Excludes dos/ and spell/*.{spl,sug} except for the English spell files. +
+ stuff + + Scripts and documentation used to manage this repository +
-- 2.11.4.GIT