aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-08-29 21:53:37 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-08-29 21:53:37 +0000
commit82ac9d4aa6860f3a10b9456e12ec6d653b063327 (patch)
tree3d2be417351c50ad8c151e28115074132c0b5f7e
parent6078b43486a3db2067dade2e4ea917b420bb93d4 (diff)
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
-rw-r--r--appendixa/vim-desc.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/appendixa/vim-desc.xml b/appendixa/vim-desc.xml
index c60274b7a..fc8b0ebf2 100644
--- a/appendixa/vim-desc.xml
+++ b/appendixa/vim-desc.xml
@@ -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>
@@ -10,22 +10,6 @@ rgvim, rview, rvim, view, vim, vimtutor and xxd programs.</para>
<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>
<para>ex starts vim in Ex mode.</para>