diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-08-16 16:30:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-08-16 16:30:48 +0000 |
commit | 9a483b223178eed4461c6d590869217930f2b9c2 (patch) | |
tree | cf80729e35c663f73072de67df2057465a61397a /chapter06/vim.xml | |
parent | 15afb81a3c426d489ab7f4e8532f68a26b146091 (diff) |
Updated to vim-7.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9362 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 84c5f60f1..e3b52d299 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -8,12 +8,6 @@ <sect1 id="ch-system-vim" role="wrap"> <?dbhtml filename="vim.html"?> - <sect1info condition="script"> - <productname>vim</productname> - <productnumber>&vim-version;</productnumber> - <address>&vim-url;<otheraddr>&vim-lang-url;</otheraddr></address> - </sect1info> - <title>Vim-&vim-version;</title> <indexterm zone="ch-system-vim"> @@ -49,12 +43,7 @@ <sect2 role="installation"> <title>Installation of Vim</title> - <para>First, unpack both - <filename>vim-&vim-version;.tar.bz2</filename> and (optionally) - <filename>vim-&vim-version;-lang.tar.gz</filename> archives into the - same directory.</para> - - <para>Change the default location of the + <para>First, change the default location of the <filename>vimrc</filename> configuration file to <filename class="directory">/etc</filename>:</para> @@ -200,9 +189,9 @@ set spell</literal></screen> <segtitle>Installed directory</segtitle> <seglistitem> - <seg>ex (link to vim), rview (link to vim), rvim (link to vim), - vi (link to vim), view (link to vim), vim, - vimdiff (link to vim), vimtutor, and xxd</seg> + <seg> ex (link to vim), rview (link to vim), rvim (link to vim), vi + (link to vim), view (link to vim), vim, vimdiff (link to vim), vimtutor, + and xxd</seg> <seg>/usr/share/vim</seg> </seglistitem> </segmentedlist> |