summaryrefslogtreecommitdiff
path: root/htdocs/htmldoc.php
blob: 58ce5c9301083e879377b9619d29c7677547f1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
// Documentation
require_once("include/init.inc");
$page_title = "Vim documentation";

include("header.php");
?>
<h1>Vim documentation in HTML</h1>
<p>
For the Vim help files converted to HTML see the
<a href="http://vimdoc.sourceforge.net/htmldoc/">vimdoc</a> site.


<?php
$google_ads = "big";
include("footer.php");
?>