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/dictconf.vim | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 indent/dictconf.vim (limited to 'indent/dictconf.vim') diff --git a/indent/dictconf.vim b/indent/dictconf.vim deleted file mode 100644 index 193d8ba5..00000000 --- a/indent/dictconf.vim +++ /dev/null @@ -1,17 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1 - -" Vim indent file -" Language: dict(1) 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