aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/vim-desc.sgml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-01-24 00:31:17 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-01-24 00:31:17 +0000
commit6370fa6cff0ec2a8ac8d50d1595ec9500f6631c9 (patch)
treeb17c8cb0a839b76f4a7db0f771953caa11c3a04e /appendixa/vim-desc.sgml
parent5c930fe6eb43d23cfa0de2451d9a905a8505f981 (diff)
Initial commit - LFS 2.4.4 files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@14 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/vim-desc.sgml')
-rw-r--r--appendixa/vim-desc.sgml136
1 files changed, 136 insertions, 0 deletions
diff --git a/appendixa/vim-desc.sgml b/appendixa/vim-desc.sgml
new file mode 100644
index 000000000..4470954c5
--- /dev/null
+++ b/appendixa/vim-desc.sgml
@@ -0,0 +1,136 @@
+<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>
+