aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/vim-desc.sgml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-15 15:26:52 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-15 15:26:52 +0000
commitb08f4096533577934b885fa9df41d3881d141612 (patch)
tree8e5ffc0ba65ac34d97cd6a896d33b85a897a6da8 /appendixa/vim-desc.sgml
parentad08014624938a3a3bfd1b44e8b27d02c7b06dd8 (diff)
Initial XML commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/vim-desc.sgml')
-rw-r--r--appendixa/vim-desc.sgml136
1 files changed, 0 insertions, 136 deletions
diff --git a/appendixa/vim-desc.sgml b/appendixa/vim-desc.sgml
deleted file mode 100644
index 4470954c5..000000000
--- a/appendixa/vim-desc.sgml
+++ /dev/null
@@ -1,136 +0,0 @@
-<sect2>
-<title>Contents</title>
-
-<para>
-The Vim package contains the ctags, etags, ex, gview, gvim, rgview,
-rgvim, rview, rvim, view, vim, vimtutor and xxd programs.
-</para>
-
-</sect2>
-
-<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 lanugage files.
-</para>
-
-</sect3>
-
-<sect3>
-<title>ex</title>
-
-<para>
-ex starts vim in Ex mode.
-</para>
-
-</sect3>
-
-<sect3>
-<title>gview</title>
-
-<para>
-gview is the GUI version of view.
-</para>
-
-</sect3>
-
-<sect3>
-<title>gvim</title>
-
-<para>
-gvim is the GUI version of vim.
-</para>
-
-</sect3>
-
-<sect3>
-<title>rgview</title>
-
-<para>
-rgview is teh GUI version of rview.
-</para>
-
-</sect3>
-
-<sect3>
-<title>rgvim</title>
-
-<para>
-rgvim is the GUI version of rvim.
-</para>
-
-</sect3>
-
-<sect3>
-<title>rview</title>
-
-<para>
-rview is a restricted version of view. No shell commands can be started
-and Vim can't be suspended.
-</para>
-
-</sect3>
-
-<sect3>
-<title>rvim</title>
-
-<para>
-rvim is the restricted version of vim. No shell commands can be started
-and Vim can't be suspended.
-</para>
-
-</sect3>
-
-<sect3>
-<title>view</title>
-
-<para>
-view starts vim in read-only mode.
-</para>
-
-</sect3>
-
-<sect3>
-<title>vim</title>
-
-<para>
-vim starts vim in the normal, default way.
-</para>
-
-</sect3>
-
-<sect3>
-<title>vimtutor</title>
-
-<para>
-vimtutor starts the Vim tutor.
-</para>
-
-</sect3>
-
-<sect3>
-<title>xxd</title>
-
-<para>
-xxd makes a hexdump or does the reverse.
-</para>
-
-</sect3>
-
-</sect2>
-