removed ctags and etags - not part of vim anymore

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1126 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-08-29 21:53:37 +00:00
parent 6078b43486
commit 82ac9d4aa6

View File

@ -1,7 +1,7 @@
<sect2>
<title>Contents</title>
<para>The Vim package contains the ctags, etags, ex, gview, gvim, rgview,
<para>The Vim package contains the ex, gview, gvim, rgview,
rgvim, rview, rvim, view, vim, vimtutor and xxd programs.</para>
</sect2>
@ -9,22 +9,6 @@ rgvim, rview, rvim, view, vim, vimtutor and xxd programs.</para>
<sect2>
<title>Description</title>
<sect3>
<title>ctags</title>
<para>ctags generate tag files for source code.</para>
</sect3>
<sect3>
<title>etags</title>
<para>etags does the same as ctags but it can generate cross reference files
which list information about the various source objects found in a set
of language files.</para>
</sect3>
<sect3>
<title>ex</title>