diff options
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 52e136c92..6b06c01f1 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -70,10 +70,11 @@ <screen><userinput remap="test">make -j1 test &> vim-test.log</userinput></screen> - <para>However, this test suite outputs a lot of binary data to the screen, - which can cause issues with the settings of the current terminal. This can - be resolved by redirecting the output to a log file. A successful test - will result in the words "ALL DONE" at completion.</para> + <para>The test suite outputs a lot of binary data to the screen. This can + cause issues with the settings of the current terminal. The problem can be + avoided by redirecting the output to a log file as shown above. A + successful test will result in the words "ALL DONE" in the log file + at completion.</para> <para>Install the package:</para> @@ -272,7 +273,7 @@ set spell</literal></screen> <term><command>vimdiff</command></term> <listitem> <para>Edits two or three versions of a file with <command>vim</command> - and show differences</para> + and shows differences</para> <indexterm zone="ch-system-vim vimdiff"> <primary sortas="b-vimdiff">vimdiff</primary> </indexterm> |