From 76142d71051f5ffee3167c98bffeb022aede242b Mon Sep 17 00:00:00 2001 From: Warren Block Date: Wed, 25 Jun 2014 13:47:40 +0000 Subject: [PATCH] Whitespace-only fixes, translators please ignore. --- .../books/fdp-primer/editor-config/chapter.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml index 235c745997..68d48fe3d8 100644 --- a/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml @@ -27,7 +27,10 @@ $FreeBSD$ --> - + + Editor Configuration Adjusting text editor configuration can make working on @@ -43,10 +46,10 @@ Configuration - Edit ~/.vimrc, adding these - lines: + Edit ~/.vimrc, adding these + lines: - if has("autocmd") + if has("autocmd") au BufNewFile,BufRead *.sgml,*.ent,*.xsl,*.xml call Set_SGML() au BufNewFile,BufRead *.[1-9] call ShowSpecial() endif " has(autocmd)