Whitespace-only fixes, translators please ignore.
This commit is contained in:
parent
7f62180e7b
commit
76142d7105
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45122
1 changed files with 7 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue