synchronize with the description from README_gitrepo.txt
[vim_extended.git] / readme_vim_mainline.htm
blobe9c98b6f31dffabacc7ca82a38e6fbd066d54abc
1 <p>
2 This is a git repository of the official Vim sources from
3 <a href="http://www.vim.org/">vim.org</a>. Additionally it offers a
4 branch including merely the latest runtime files, which can be merged
5 into the source tree. For convenience the resulting tree is already
6 available as a separate branch.
7 </p>
9 <p>
10 <strong>NOTE</strong>: This repository is currently based on Vim's svn
11 access with git-svn, but will be based on plain tarballs and patches
12 some time. So it will definitely be <strong>rebased</strong> (better
13 say: <strong>completely rewritten</strong>). So keep this in mind when
14 using this repository as base for your work.
15 </p>
17 <table>
18 <tr>
19 <th>Branch</th>
20 <th>Description</th>
21 </tr>
22 <tr>
23 <td>
24 <em>master</em>
25 </td>
26 <td>
27 Official Vim with latest runtime files<br />
28 Merges <em>vim</em> and <em>vim-runtime</em> branches.<br />
29 </td>
30 </tr>
31 <tr>
32 <td>
33 <em>vim</em>
34 </td>
35 <td>
36 Official Vim<br />
37 Based on <em>https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2</em><br />
38 The only modification is .gitignore and deletion of src/auto/config.{h,mk}
39 </td>
40 </tr>
41 <tr>
42 <td>
43 <em>vim-runtime</em>
44 </td>
45 <td>
46 Vim's latest runtime files<br />
47 Updated with rsync from <em>ftp.nluug.nl::Vim/runtime/</em><br />
48 Excludes dos/ and spell/*.{spl,sug} except for the English spell files.
49 </td>
50 </tr>
51 <tr>
52 <td>
53 <em>stuff</em>
54 </td>
55 <td>
56 Scripts and documentation used to use and manage this repository
57 </td>
58 </tr>
59 </table>