1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<html>
<head>
<title>info.vim : vim online</title>
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff">
<h1>info.vim : GNU info documentation browser.</h1>
<table cellspacing="0" cellpadding="0" border="0">
<tr><td><img src="images/spacer.gif" width="1" height="10" alt=""></td></tr>
<tr><td class="prompt">created by</td></tr>
<tr><td>Slavik Gorbanyov</td></tr>
<tr><td><img src="images/spacer.gif" width="1" height="10" alt=""></td></tr>
<tr><td class="prompt">script type</td></tr>
<tr><td>utility</td></tr>
<tr><td><img src="images/spacer.gif" width="1" height="10" alt=""></td></tr>
<tr><td class="prompt">description</td></tr>
<tr><td>requires vim 6.x and GNU info. adds new command `Info': without arguments it displays "directory" node, with single argument displays this file (eg `:Info libc'). with two arguments, first specifies file and second node to display (eg `:Info libc POSIX\ Threads' -- note space escaping). within browser, press h key to see available key shortcuts.</td></tr>
<tr><td><img src="images/spacer.gif" width="1" height="10" alt=""></td></tr>
<tr><td class="prompt">install details</td></tr>
<tr><td>copy it into ~/.vim/plugin/, then restart vim (or do :runtime info.vim).</td></tr>
<tr><td><img src="images/spacer.gif" width="1" height="10" alt=""></td></tr>
</table>
<span class="txth2">script versions</span>
<table cellspacing="0" cellpadding="4" border="0" width="100%">
<tr><td colspan="5"><img src="images/spacer.gif" height="10" width="1" alt=""></td></tr>
<tr>
<td valign="top" nowrap><span class="newsdate">[16-Jun-2001]</span> <b>1.2</b></td>
<td valign="top" nowrap>(vim 6.0)</td>
<td valign="top"><i>Slavik Gorbanyov</i></td>
<td width="2000" valign="top">"Initial upload"</td>
</tr>
</table>
</body>
</html>
|