aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/vim.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:33:18 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:33:18 +0200
commitd672ab7d660f95484428882d9bebfa259ee9d368 (patch)
treed0bcc15e3ad9e92bbcb174d2f2502c474a294ae3 /chapter08/vim.xml
parentc8fb227d0dc82fb31b7ff03511cd1f2de6ee8765 (diff)
Remove spaces at end o lines - chapter08
Diffstat (limited to 'chapter08/vim.xml')
-rw-r--r--chapter08/vim.xml6
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