Update vim examples from sgml to xml

Approved by:	bcr (mentor)
This commit is contained in:
Eitan Adler 2012-11-01 19:11:19 +00:00
parent 9e90a2b026
commit f7a4177fe2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39906

View file

@ -1,11 +0,0 @@
" formatting SGML documents
" $FreeBSD$
if !exists("format_fdp_sgml")
let format_fdp_sgml = 1
" correction for highlighting special characters
autocmd BufNewFile,BufRead *.sgml,*.ent,*.html syn match sgmlSpecial "&[^;]*;"
" formatting FreeBSD SGML/Docbook
autocmd BufNewFile,BufRead *.sgml,*.ent set autoindent formatoptions=tcq2l textwidth=70 shiftwidth=2 softtabstop=2 tabstop=8
endif