/[texi2html]/texi2html/Tests/viper_res/viper_5.html
ViewVC logotype

Diff of /texi2html/Tests/viper_res/viper_5.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by pertusus, Tue Aug 9 17:19:25 2005 UTC revision 1.23 by pertusus, Tue Aug 23 23:51:16 2005 UTC
# Line 1330  and relative position.<br> Line 1330  and relative position.<br>
1330  At user levels 2 and higher, abort the current command.  At user levels 2 and higher, abort the current command.
1331  </p></dd>  </p></dd>
1332  <dt> <kbd>C-c g</kbd></dt>  <dt> <kbd>C-c g</kbd></dt>
1333  <dd><p>Give file name, status, current line number and relative position - all  <dd><p>Give file name, status, current line number and relative position &ndash; all
1334  user levels.  user levels.
1335  </p></dd>  </p></dd>
1336  <dt> <kbd>C-l</kbd></dt>  <dt> <kbd>C-l</kbd></dt>
# Line 1483  switch to higher user levels as soon as Line 1483  switch to higher user levels as soon as
1483  <dd><p><kbd>:w![&lt;file&gt;]</kbd> and <kbd>:q</kbd>.  <dd><p><kbd>:w![&lt;file&gt;]</kbd> and <kbd>:q</kbd>.
1484  </p></dd>  </p></dd>
1485  <dt> <kbd>:pre</kbd></dt>  <dt> <kbd>:pre</kbd></dt>
1486  <dd><p>Preserve the file - autosave buffers.  <dd><p>Preserve the file &ndash; autosave buffers.
1487  </p></dd>  </p></dd>
1488  <dt> <kbd>:rec</kbd></dt>  <dt> <kbd>:rec</kbd></dt>
1489  <dd><p>Recover file from autosave.  <dd><p>Recover file from autosave.
# Line 1807  current). Line 1807  current).
1807  <dt> <kbd>autoindent</kbd></dt>  <dt> <kbd>autoindent</kbd></dt>
1808  <dt> <kbd>ai</kbd></dt>  <dt> <kbd>ai</kbd></dt>
1809  <dd><a name="IDX506"></a>  <dd><a name="IDX506"></a>
1810  <p>autoindent - In append mode after a &lt;cr&gt; the  <p>autoindent &ndash; In append mode after a &lt;cr&gt; the
1811  cursor will move directly below the first  cursor will move directly below the first
1812  character on the previous line.  character on the previous line.
1813  This setting affects the current buffer only.  This setting affects the current buffer only.
# Line 1827  This setting affects the current buffer Line 1827  This setting affects the current buffer
1827  <dt> <kbd>ignorecase</kbd></dt>  <dt> <kbd>ignorecase</kbd></dt>
1828  <dt> <kbd>ic</kbd></dt>  <dt> <kbd>ic</kbd></dt>
1829  <dd><a name="IDX507"></a>  <dd><a name="IDX507"></a>
1830  <p>ignorecase - No distinction between upper and lower cases when searching.  <p>ignorecase &ndash; No distinction between upper and lower cases when searching.
1831  </p></dd>  </p></dd>
1832  <dt> <kbd>noignorecase</kbd></dt>  <dt> <kbd>noignorecase</kbd></dt>
1833  <dt> <kbd>noic</kbd></dt>  <dt> <kbd>noic</kbd></dt>
# Line 1845  This setting affects the current buffer Line 1845  This setting affects the current buffer
1845  <dt> <kbd>readonly</kbd></dt>  <dt> <kbd>readonly</kbd></dt>
1846  <dt> <kbd>ro</kbd></dt>  <dt> <kbd>ro</kbd></dt>
1847  <dd><a name="IDX509"></a>  <dd><a name="IDX509"></a>
1848  <p>readonly - The file is not to be changed.  <p>readonly &ndash; The file is not to be changed.
1849  If the user attempts to write to this file, confirmation will be requested.  If the user attempts to write to this file, confirmation will be requested.
1850  </p></dd>  </p></dd>
1851  <dt> <kbd>noreadonly</kbd></dt>  <dt> <kbd>noreadonly</kbd></dt>
# Line 1855  If the user attempts to write to this fi Line 1855  If the user attempts to write to this fi
1855  <dt> <kbd>shell=&lt;string&gt;</kbd></dt>  <dt> <kbd>shell=&lt;string&gt;</kbd></dt>
1856  <dt> <kbd>sh=&lt;string&gt;</kbd></dt>  <dt> <kbd>sh=&lt;string&gt;</kbd></dt>
1857  <dd><a name="IDX510"></a>  <dd><a name="IDX510"></a>
1858  <p>shell - The program to be used for shell escapes  <p>shell &ndash; The program to be used for shell escapes
1859  (default <samp>`$SHELL'</samp> (default <tt>`/bin/sh'</tt>)).  (default <samp>`$SHELL'</samp> (default <tt>`/bin/sh'</tt>)).
1860  </p></dd>  </p></dd>
1861  <dt> <kbd>shiftwidth=&lt;count&gt;</kbd></dt>  <dt> <kbd>shiftwidth=&lt;count&gt;</kbd></dt>
1862  <dt> <kbd>sw=&lt;count&gt;</kbd></dt>  <dt> <kbd>sw=&lt;count&gt;</kbd></dt>
1863  <dd><a name="IDX511"></a>  <dd><a name="IDX511"></a>
1864  <a name="IDX512"></a>  <a name="IDX512"></a>
1865  <p>shiftwidth - Gives the shiftwidth (default 8 positions).  <p>shiftwidth &ndash; Gives the shiftwidth (default 8 positions).
1866  </p></dd>  </p></dd>
1867  <dt> <kbd>showmatch</kbd></dt>  <dt> <kbd>showmatch</kbd></dt>
1868  <dt> <kbd>sm</kbd></dt>  <dt> <kbd>sm</kbd></dt>
1869  <dd><a name="IDX513"></a>  <dd><a name="IDX513"></a>
1870  <a name="IDX514"></a>  <a name="IDX514"></a>
1871  <p>showmatch - Whenever you append a <kbd>)</kbd>, Vi shows  <p>showmatch &ndash; Whenever you append a <kbd>)</kbd>, Vi shows
1872  its match if it's on the same page; also with  its match if it's on the same page; also with
1873  <kbd>{</kbd> and <kbd>}</kbd>.  If there's no match, Vi will beep.  <kbd>{</kbd> and <kbd>}</kbd>.  If there's no match, Vi will beep.
1874  </p></dd>  </p></dd>
# Line 1880  its match if it's on the same page; also Line 1880  its match if it's on the same page; also
1880  <dt> <kbd>ts=&lt;count&gt;</kbd></dt>  <dt> <kbd>ts=&lt;count&gt;</kbd></dt>
1881  <dd><a name="IDX515"></a>  <dd><a name="IDX515"></a>
1882  <a name="IDX516"></a>  <a name="IDX516"></a>
1883  <p>tabstop - The length of a &lt;ht&gt;; warning: this is  <p>tabstop &ndash; The length of a &lt;ht&gt;; warning: this is
1884  only IN the editor, outside of it &lt;ht&gt;s have  only IN the editor, outside of it &lt;ht&gt;s have
1885  their normal length (default 8 positions).  their normal length (default 8 positions).
1886  This setting affects the current buffer only.  This setting affects the current buffer only.
# Line 1893  This setting affects the current buffer Line 1893  This setting affects the current buffer
1893  <dt> <kbd>wm=&lt;count&gt;</kbd></dt>  <dt> <kbd>wm=&lt;count&gt;</kbd></dt>
1894  <dd><a name="IDX517"></a>  <dd><a name="IDX517"></a>
1895  <a name="IDX518"></a>  <a name="IDX518"></a>
1896  <p>wrapmargin - In append mode Vi automatically  <p>wrapmargin &ndash; In append mode Vi automatically
1897  puts a &lt;lf&gt; whenever there is a &lt;sp&gt; or &lt;ht&gt;  puts a &lt;lf&gt; whenever there is a &lt;sp&gt; or &lt;ht&gt;
1898  within &lt;wm&gt; columns from the right margin.  within &lt;wm&gt; columns from the right margin.
1899  </p></dd>  </p></dd>
1900  <dt> <kbd>wrapscan</kbd></dt>  <dt> <kbd>wrapscan</kbd></dt>
1901  <dt> <kbd>ws</kbd></dt>  <dt> <kbd>ws</kbd></dt>
1902  <dd><a name="IDX519"></a>  <dd><a name="IDX519"></a>
1903  <p>wrapscan - When searching, the end is  <p>wrapscan &ndash; When searching, the end is
1904  considered <samp>`stuck'</samp> to the begin of the file.  considered <samp>`stuck'</samp> to the begin of the file.
1905  </p></dd>  </p></dd>
1906  <dt> <kbd>nowrapscan</kbd></dt>  <dt> <kbd>nowrapscan</kbd></dt>

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26