add maintainer with name and email address
[vim_extended.git] / readme_vim_mainline.htm
blobe77f26bfad1ac45182daa47fcbf44d5874ecc057
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 <p>
18 Maintainer: <a href="mailto:markus.heidelberg@web.de">Markus Heidelberg</a>
19 </p>
21 <table>
22 <tr>
23 <th>Branch</th>
24 <th>Description</th>
25 </tr>
26 <tr>
27 <td>
28 <em>master</em>
29 </td>
30 <td>
31 Official Vim with latest runtime files<br />
32 Merges <em>vim</em> and <em>vim-runtime</em> branches.<br />
33 </td>
34 </tr>
35 <tr>
36 <td>
37 <em>vim</em>
38 </td>
39 <td>
40 Official Vim<br />
41 Based on <em>https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2</em><br />
42 The only modification is .gitignore and deletion of src/auto/config.{h,mk}
43 </td>
44 </tr>
45 <tr>
46 <td>
47 <em>vim-runtime</em>
48 </td>
49 <td>
50 Vim's latest runtime files<br />
51 Updated with rsync from <em>ftp.nluug.nl::Vim/runtime/</em><br />
52 Excludes dos/ and spell/*.{spl,sug} except for the English spell files.
53 </td>
54 </tr>
55 <tr>
56 <td>
57 <em>stuff</em>
58 </td>
59 <td>
60 Scripts and documentation used to use and manage this repository
61 </td>
62 </tr>
63 </table>