vim_extended: remove Link to the patch for 'master'
[vim_extended.git] / readme_vim_mainline.htm
blob52994cc745893db94449e018a6c32d74f1469b39
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 Documentation:
11 <a href="http://repo.or.cz/w/vim_mainline.git?a=blob;f=README_gitrepo.txt;hb=stuff">
12 README_gitrepo.txt</a> from the <em>stuff</em> branch
13 </p>
15 <p>
16 <strong>NOTE</strong>: This repository was originally based on Vim's
17 subversion repository with git-svn, but now uses the official patches
18 for updating. For the sake of cleanness it will definitely be
19 <strong>completely rewritten</strong> some time. Please keep this in
20 mind when using this repository as base for your work.
21 </p>
23 <p>
24 Maintainer: <a href="mailto:markus.heidelberg@web.de">Markus Heidelberg</a>
25 </p>
27 <table>
28 <tr>
29 <th>Branch</th>
30 <th>Description</th>
31 </tr>
32 <tr>
33 <td>
34 <em>master</em>
35 </td>
36 <td>
37 Official Vim with latest runtime files<br />
38 Merges <em>vim</em> and <em>vim-runtime</em> branches.<br />
39 </td>
40 </tr>
41 <tr>
42 <td>
43 <em>vim</em>
44 </td>
45 <td>
46 Official Vim<br />
47 Based on and the offical patches from <em>http://ftp.vim.org/pub/vim/patches/7.2/</em><br />
48 Originally based on <em>https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2</em><br />
49 The only modification is .gitignore and deletion of src/auto/config.{h,mk}
50 </td>
51 </tr>
52 <tr>
53 <td>
54 <em>vim-runtime</em>
55 </td>
56 <td>
57 Vim's latest runtime files<br />
58 Updated with rsync from <em>ftp.nluug.nl::Vim/runtime/</em><br />
59 Excludes dos/ and spell/*.{spl,sug} except for the English spell files.
60 </td>
61 </tr>
62 <tr>
63 <td>
64 <em>stuff</em>
65 </td>
66 <td>
67 Scripts and documentation for using and managing this repository
68 </td>
69 </tr>
70 </table>