From abd288f71df42ac1f3b264b1af770b1b1f47e89e Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Fri, 23 Dec 2005 22:57:30 +0000 Subject: Fix alignment and eliminate invalid tag --- docs-vim-en.xml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/docs-vim-en.xml b/docs-vim-en.xml index 8671080..e5bb9b4 100644 --- a/docs-vim-en.xml +++ b/docs-vim-en.xml @@ -1,4 +1,4 @@ - + VIM and DocBook @@ -30,8 +30,7 @@ some VIM features useful for editing SGML or XML content such as DocBook: - -" Turn off vi compatibility settings like limited undo +" Turn off vi compatibility settings like limited undo set nocompatible " Syntax highlighting based on file extension syntax on @@ -40,8 +39,7 @@ set textwidth=80 " Automatically indent set autoindent " Match SGML tags with % -source $VIMRUNTIME/macros/matchit.vim - +source $VIMRUNTIME/macros/matchit.vim @@ -71,10 +69,8 @@ source $VIMRUNTIME/macros/matchit.vim can save it in a separate file and load it with a source command in your .vimrc. - - - +e />:nohlsearcha @@ -99,10 +95,8 @@ imapsy F>a imapcm F>a " entities imap > > -imap < < -]]> - - +imap < <]]> + Unfortunately, there is not currently a complete macro set for all -- cgit