diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/vim.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 8eb1bb7d2..4076e4188 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -37,6 +37,15 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput>< <screen><userinput>make</userinput></screen> +<para>This package has a test suite available which performs a number of +checks to ensure it will function correctly. However, the Vim test suite will +output a whole lot of seemingly garbage characters to screen which can +sometimes wreak havoc with the running terminal. Accordingly, the running of +the test suite here is optional. Should you choose to run the Vim test suite, +the following command will do so:</para> + +<screen><userinput>make test</userinput></screen> + <para>And install the package:</para> <screen><userinput>make install</userinput></screen> |