From b08f4096533577934b885fa9df41d3881d141612 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 15 Feb 2001 15:26:52 +0000 Subject: Initial XML commit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/vim-desc.xml | 136 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 appendixa/vim-desc.xml (limited to 'appendixa/vim-desc.xml') diff --git a/appendixa/vim-desc.xml b/appendixa/vim-desc.xml new file mode 100644 index 000000000..4470954c5 --- /dev/null +++ b/appendixa/vim-desc.xml @@ -0,0 +1,136 @@ + +Contents + + +The Vim package contains the ctags, etags, ex, gview, gvim, rgview, +rgvim, rview, rvim, view, vim, vimtutor and xxd programs. + + + + + +Description + + +ctags + + +ctags generate tag files for source code. + + + + + +etags + + +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. + + + + + +ex + + +ex starts vim in Ex mode. + + + + + +gview + + +gview is the GUI version of view. + + + + + +gvim + + +gvim is the GUI version of vim. + + + + + +rgview + + +rgview is teh GUI version of rview. + + + + + +rgvim + + +rgvim is the GUI version of rvim. + + + + + +rview + + +rview is a restricted version of view. No shell commands can be started +and Vim can't be suspended. + + + + + +rvim + + +rvim is the restricted version of vim. No shell commands can be started +and Vim can't be suspended. + + + + + +view + + +view starts vim in read-only mode. + + + + + +vim + + +vim starts vim in the normal, default way. + + + + + +vimtutor + + +vimtutor starts the Vim tutor. + + + + + +xxd + + +xxd makes a hexdump or does the reverse. + + + + + + -- cgit v1.2.3-54-g00ecf