From 27903c5b8656c796564ef073c1ebe77a2f0154e1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 28 Sep 2017 22:18:09 +0200 Subject: Revert inlining basic language pack --- ftplugin/docbk.vim | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 ftplugin/docbk.vim (limited to 'ftplugin/docbk.vim') diff --git a/ftplugin/docbk.vim b/ftplugin/docbk.vim deleted file mode 100644 index 9a9e7c9b..00000000 --- a/ftplugin/docbk.vim +++ /dev/null @@ -1,28 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1 - -" Vim filetype plugin file -" Language: DocBook -" Maintainer: Nikolai Weibull -" Latest Revision: 2012-04-25 - -if exists('b:did_ftplugin') - finish -endif - -if !exists('b:docbk_type') - if expand('%:e') == 'sgml' - let b:docbk_type = 'sgml' - else - let b:docbk_type = 'xml' - endif -endif - -if b:docbk_type == 'sgml' - runtime! ftplugin/sgml.vim ftplugin/sgml_*.vim ftplugin/sgml/*.vim -else - runtime! ftplugin/xml.vim ftplugin/xml_*.vim ftplugin/xml/*.vim -endif - -let b:undo_ftplugin = "unlet! b:docbk_type" - -endif -- cgit v1.2.3