diff options
Diffstat (limited to 'chapter08/vim.xml')
-rw-r--r-- | chapter08/vim.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/vim.xml b/chapter08/vim.xml index 4d06d5a08..11b5c2565 100644 --- a/chapter08/vim.xml +++ b/chapter08/vim.xml @@ -62,8 +62,8 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To prepare the tests, ensure that user - <systemitem class="username">tester</systemitem> can write + <para>To prepare the tests, ensure that user + <systemitem class="username">tester</systemitem> can write to the source tree:</para> <screen><userinput remap="test">chown -Rv tester .</userinput></screen> @@ -133,7 +133,7 @@ done</userinput></screen> " Ensure defaults are set before customizing settings, not after source $VIMRUNTIME/defaults.vim -let skip_defaults_vim=1 +let skip_defaults_vim=1 set nocompatible set backspace=2 |