From f7a4177fe2ccca9b2cc542e9e4c424201fbfd5f8 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Thu, 1 Nov 2012 19:11:19 +0000 Subject: Update vim examples from sgml to xml Approved by: bcr (mentor) --- share/examples/vim/edit-sgml.vim | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 share/examples/vim/edit-sgml.vim (limited to 'share/examples') diff --git a/share/examples/vim/edit-sgml.vim b/share/examples/vim/edit-sgml.vim deleted file mode 100644 index 703ab82a9e..0000000000 --- a/share/examples/vim/edit-sgml.vim +++ /dev/null @@ -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 -- cgit v1.3