diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-09-22 16:09:47 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-09-22 16:09:47 +0000 |
commit | 53ad30a63b4d5f80f713963835dee995f9546071 (patch) | |
tree | f304bfa899e693aa1f7de368f8e49ffe46477334 /appendixa/vim-desc.xml | |
parent | eb33fb1cad428658dafc39e87d0c57ae479def5f (diff) |
[Bug 190] Put descs in alphabetical order
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/vim-desc.xml')
-rw-r--r-- | appendixa/vim-desc.xml | 88 |
1 files changed, 22 insertions, 66 deletions
diff --git a/appendixa/vim-desc.xml b/appendixa/vim-desc.xml index fc8b0ebf2..c263ce5a1 100644 --- a/appendixa/vim-desc.xml +++ b/appendixa/vim-desc.xml @@ -9,84 +9,40 @@ rgvim, rview, rvim, view, vim, vimtutor and xxd programs.</para> <sect2> <title>Description</title> -<sect3> -<title>ex</title> +<sect3><title>ex</title> +<para>ex starts vim in Ex mode.</para></sect3> -<para>ex starts vim in Ex mode.</para> +<sect3><title>gview</title> +<para>gview is the GUI version of view.</para></sect3> -</sect3> +<sect3><title>gvim</title> +<para>gvim is the GUI version of vim.</para></sect3> -<sect3> -<title>gview</title> +<sect3><title>rgview</title> +<para>rgview is the GUI version of rview.</para></sect3> -<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 the GUI version of rview.</para> - -</sect3> - -<sect3> -<title>rgvim</title> - -<para>rgvim is the GUI version of rvim.</para> - -</sect3> - -<sect3> -<title>rview</title> +<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> +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> +and Vim can't be suspended.</para></sect3> -</sect3> +<sect3><title>view</title> +<para>view starts vim in read-only mode.</para></sect3> -<sect3> -<title>xxd</title> +<sect3><title>vim</title> +<para>vim starts vim in the normal, default way.</para></sect3> -<para>xxd makes a hexdump or does the reverse.</para> +<sect3><title>vimtutor</title> +<para>vimtutor starts the Vim tutor.</para></sect3> -</sect3> +<sect3><title>xxd</title> +<para>xxd makes a hexdump or does the reverse.</para></sect3> </sect2> |