svn commit: r45122 - head/en_US.ISO8859-1/books/fdp-primer/editor-config

Warren Block wblock at FreeBSD.org
Wed Jun 25 13:47:41 UTC 2014


Author: wblock
Date: Wed Jun 25 13:47:40 2014
New Revision: 45122
URL: http://svnweb.freebsd.org/changeset/doc/45122

Log:
  Whitespace-only fixes, translators please ignore.

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml	Wed Jun 25 13:45:55 2014	(r45121)
+++ head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml	Wed Jun 25 13:47:40 2014	(r45122)
@@ -27,7 +27,10 @@
 
     $FreeBSD$
 -->
-<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="editor-config">
+<chapter xmlns="http://docbook.org/ns/docbook"
+  xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+  xml:id="editor-config">
+
   <title>Editor Configuration</title>
 
   <para>Adjusting text editor configuration can make working on
@@ -43,10 +46,10 @@
     <sect2 xml:id="editor-config-vim-config">
       <title>Configuration</title>
 
-    <para>Edit <filename>~/.vimrc</filename>, adding these
-      lines:</para>
+      <para>Edit <filename>~/.vimrc</filename>, adding these
+	lines:</para>
 
-    <programlisting>if has("autocmd")
+      <programlisting>if has("autocmd")
     au BufNewFile,BufRead *.sgml,*.ent,*.xsl,*.xml call Set_SGML()
     au BufNewFile,BufRead *.[1-9] call ShowSpecial()
 endif " has(autocmd)


More information about the svn-doc-head mailing list