Date: Wed, 25 Jun 2014 13:47:40 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45122 - head/en_US.ISO8859-1/books/fdp-primer/editor-config Message-ID: <201406251347.s5PDleN2030293@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251347.s5PDleN2030293>