mention, that the svn repo is no longer used
[vim_extended.git] / readme_vim_extended.htm
bloba737d418a7fbc7fdea4c5d3b2f157f1e8097de03
1 <p>
2 This is a git repository, which is meant to be an extension to the
3 official Vim from <a href="http://www.vim.org/">vim.org</a>. It
4 includes various extensions and features that didn't yet get into the
5 official version or even won't ever. Most features had been sent as
6 patches to the Vim mailing list.
7 </p>
9 <p>
10 See also the
11 <a href="http://groups.google.com/group/vim_dev/web/vim-patches">
12 Vim patches</a> site.
13 </p>
15 <p>
16 Documentation:
17 <a href="http://repo.or.cz/w/vim_extended.git?a=blob;f=README_gitrepo.txt;hb=stuff">
18 README_gitrepo.txt</a> from the <em>stuff</em> branch
19 </p>
21 <p>
22 Please note that there is no official support for this from Bram. The
23 patches will most likely work and they appear to do so for several
24 people. However, you might get unlucky and stuff breaks. At worst, you
25 could lose your data. So please be aware of this before going down
26 this road.
27 </p>
29 <p>
30 <strong>NOTE</strong>: This repository is based on
31 <a href="http://repo.or.cz/w/vim_mainline.git">vim_mainline.git</a>,
32 which was originally based on Vim's subversion repository with git-svn,
33 but now uses the official patches for updating. For the sake of
34 cleanness vim_mainline.git and hence vim_extended.git will definitely
35 be <strong>completely rewritten</strong> some time. Please keep this
36 in mind when using this repository as base for your work.
37 </p>
39 <p>
40 Maintainer: <a href="mailto:markus.heidelberg@web.de">Markus Heidelberg</a>
41 </p>
43 <table>
44 <tr>
45 <th>Branch</th>
46 <th>Description</th>
47 </tr>
48 <tr>
49 <td>
50 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=master" title="Patch against official Vim"><em>master</em></a>
51 </td>
52 <td>
53 Extended Vim<br />
54 Merges <em>vim-with-runtime</em> and all the feature branches.<br />
55 The only modification is the "Modified by" entry for the version output.
56 </td>
57 </tr>
58 <tr>
59 <td><em>vim-with-runtime</em></td>
60 <td>
61 Official Vim with latest runtime files<br />
62 The <em>master</em> branch of the <a href="http://repo.or.cz/w/vim_mainline.git">vim_mainline.git</a> repository.
63 </td>
64 </tr>
65 <tr>
66 <td><em>vim</em></td>
67 <td>
68 Official Vim<br />
69 The <em>vim</em> branch of the <a href="http://repo.or.cz/w/vim_mainline.git">vim_mainline.git</a> repository.
70 </td>
71 </tr>
72 <tr>
73 <td><em>vim-runtime</em></td>
74 <td>
75 Vim's latest runtime files<br />
76 The <em>vim-runtime</em> branch of the <a href="http://repo.or.cz/w/vim_mainline.git">vim_mainline.git</a> repository.
77 </td>
78 </tr>
79 <tr>
80 <td><em>stuff</em></td>
81 <td>
82 Scripts and documentation for using and managing this repository<br />
83 The <em>stuff</em> branch of the <a href="http://repo.or.cz/w/vim_mainline.git">vim_mainline.git</a> repository.
84 </td>
85 </tr>
86 <tr>
87 <td style="border-top:1px black solid;">feature branches</td>
88 <td style="border-top:1px black solid;">
89 Extensions, features, external patches<br />
90 Based on <em>vim</em>
91 </td>
92 </tr>
93 <tr>
94 <td>
95 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=feat/rel-line-numbers" title="Patch against official Vim"><em>feat/rel-line-numbers</em></a>
96 </td>
97 <td>
98 'relativenumber' option to display relative line numbers
99 </td>
100 </tr>
101 <tr>
102 <td>
103 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=feat/float-point-ext" title="Patch against official Vim"><em>feat/float-point-ext</em></a>
104 </td>
105 <td>
106 extended floating point functions
107 </td>
108 </tr>
109 <tr>
110 <td>
111 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=feat/lua" title="Patch against official Vim"><em>feat/lua</em></a>
112 </td>
113 <td>
114 interface to the programming language Lua
115 </td>
116 </tr>
117 <tr>
118 <td>
119 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=feat/code-check" title="Patch against official Vim"><em>feat/code-check</em></a>
120 </td>
121 <td>
122 on-the-fly code checker
123 </td>
124 </tr>
125 <tr>
126 <td>
127 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=feat/var-tabstops" title="Patch against official Vim"><em>feat/var-tabstops</em></a>
128 </td>
129 <td>
130 different widths for each tabstop
131 </td>
132 </tr>
133 <tr>
134 <td>
135 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=feat/emb-common-lisp" title="Patch against official Vim"><em>feat/emb-common-lisp</em></a>
136 </td>
137 <td>
138 interface to the programming language ECL (Embeddable Common Lisp)
139 </td>
140 </tr>
141 <tr>
142 <td style="border-top:1px black solid;">fix branches</td>
143 <td style="border-top:1px black solid;">
144 Bugfixes, non-feature improvements <br />
145 Based on <em>vim</em>
146 </td>
147 </tr>
148 <tr>
149 <td>
150 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=fix/fast-join" title="Patch against official Vim"><em>fix/fast-join</em></a>
151 </td>
152 <td>
153 faster algorithm for the :join command
154 </td>
155 </tr>
156 </table>