diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 15:47:23 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 15:47:23 +0000 |
commit | 9966f76e88071efdac829c157f6312842e3f58cb (patch) | |
tree | 21a5ddec20efcff8e40b4773ce2da542bfeee13d /chapter06 | |
parent | 205af120bcdeef65ce1ca5de3227aa8a4bd60d25 (diff) |
Minor typo correction
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/vim.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 415710124..64ca6296a 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -78,7 +78,7 @@ they habitually enter <command>vi</command>, create a symlink:</para> <screen><userinput>ln -s vim /usr/bin/vi</userinput></screen> -<para>If you are going to install the X Window system on your LFS system, you +<para>If you are going to install the X Window System on your LFS system, you may want to re-compile Vim after having installed X. Vim comes with a nice GUI version of the editor that requires X and a few other libraries to be installed. For more information read the Vim documentation.</para> |