diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-28 11:26:41 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-28 11:26:41 +0000 |
commit | db9d773c6e39372c09613573d66473172d4f353f (patch) | |
tree | 91b594ceb3f92f088471701b492277c2a914344b /chapter06/vim.xml | |
parent | 687ef736a582e6672791398a62af027c5bac82ec (diff) |
Forgetfulness makes the most traffic...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index fd23e5ef3..272b1f4cf 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -25,7 +25,7 @@ suggested installation instructions.</para> <title>Installation of Vim</title> <para>First change the default locations of the <filename>vimrc</filename> and -<filename>gvimrc</filename> files to <filename +<filename>gvimrc</filename> configuration files to <filename class="directory">/etc</filename>.</para> <screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h @@ -42,8 +42,8 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput>< <para>To have the results tested, you can issue: <userinput>make check</userinput>. However, this test suite outputs a lot of seemingly garbage characters to the screen, and this can wreak havoc with the -settings of the current terminal. Accordingly, the running of the test suite -here is strictly optional.</para> +settings of the current terminal. Therefore the running of the test suite here +is strictly optional.</para> <para>And install the package:</para> |