vim_extended: put the description into paragraphs
[vim_extended.git] / readme_vim_extended.htm
blob8a2acbd191f8c73655b9101f8e9b16a07e37a08c
1 <p>
2 Vim extended is based on the official Vim from
3 <a href="http://www.vim.org/">vim.org</a>. It includes various
4 extensions and features that didn't yet get into the official version
5 or even won't ever. Most features had been sent as patches to the Vim
6 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 <h3>Use Vim extended</h3>
17 <ul>
18 <li>
19 get the whole repository over the git or HTTP protocol<br />
20 <pre>git clone git://repo.or.cz/vim_extended.git<br />git clone http://repo.or.cz/r/vim_extended.git</pre>
21 </li>
22 <li>
23 edit and build as usual<br />
24 <pre>vim; make; make install</pre>
25 </li>
26 <li>
27 get updates from the repository<br />
28 <pre>git pull</pre>
29 </li>
30 </ul>
32 <table>
33 <tr>
34 <th>Branch</th>
35 <th>Description</th>
36 </tr>
37 <tr>
38 <td>
39 <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>
40 </td>
41 <td>
42 Extended Vim<br />
43 Merges <em>vim</em> and all the other feature branches.<br />
44 The only modification is the --with-modified-by configure option.
45 </td>
46 </tr>
47 <tr>
48 <td><em>vim</em></td>
49 <td>
50 Official Vim<br />
51 Based on <em>https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2</em><br />
52 The only modification is .gitignore and deletion of src/auto/config.{h,mk}
53 </td>
54 </tr>
55 <tr>
56 <td style="border-top:1px black solid;">feature branches</td>
57 <td style="border-top:1px black solid;">
58 Extensions, features, external patches<br />
59 Based on <em>vim</em>
60 </td>
61 </tr>
62 <tr>
63 <td>
64 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=relativenumber" title="Patch against official Vim"><em>relativenumber</em></a>
65 </td>
66 <td>
67 'relativenumber' option to display relative line numbers
68 </td>
69 </tr>
70 <tr>
71 <td>
72 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=floating_point" title="Patch against official Vim"><em>floating_point</em></a>
73 </td>
74 <td>
75 extended floating point functions
76 </td>
77 </tr>
78 <tr>
79 <td>
80 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=lua_interface" title="Patch against official Vim"><em>lua_interface</em></a>
81 </td>
82 <td>
83 interface to the programming language Lua
84 </td>
85 </tr>
86 <tr>
87 <td>
88 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=code_checking" title="Patch against official Vim"><em>code_checking</em></a>
89 </td>
90 <td>
91 on-the-fly code checker
92 </td>
93 </tr>
94 <tr>
95 <td>
96 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=variable_tabstops" title="Patch against official Vim"><em>variable_tabstops</em></a>
97 </td>
98 <td>
99 different widths for each tabstop
100 </td>
101 </tr>
102 <tr>
103 <td>
104 <a href="http://repo.or.cz/w/vim_extended.git?a=blobdiff_plain;hp=vim;h=ecl_interface" title="Patch against official Vim"><em>ecl_interface</em></a>
105 </td>
106 <td>
107 interface to the programming language ECL (Embeddable Common Lisp)
108 </td>
109 </tr>
110 </table>