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 --- indent/dictdconf.vim | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 indent/dictdconf.vim (limited to 'indent/dictdconf.vim') diff --git a/indent/dictdconf.vim b/indent/dictdconf.vim deleted file mode 100644 index 1aa5fd3e..00000000 --- a/indent/dictdconf.vim +++ /dev/null @@ -1,17 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1 - -" Vim indent file -" Language: dictd(8) configuration file -" Previous Maintainer: Nikolai Weibull -" Latest Revision: 2006-12-20 - -if exists("b:did_indent") - finish -endif -let b:did_indent = 1 - -setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent -setlocal nosmartindent -inoremap # X# - -endif -- cgit v1.2.3