diff options
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> |