From c41411de4113d0cfe79449f0779d0291233cd2cc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 2 Jun 2018 15:17:37 +1200 Subject: Remove 'nocompatible' tolerance from .vintrc Eliding the check for the presence of 'nocompatible' in my Vim configuration is no longer necessary since 2505497, when the approach to managing compatibility mode changed to toggle only the offending 'C' flag. --- vint/vintrc.yaml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vint') diff --git a/vint/vintrc.yaml b/vint/vintrc.yaml index cf74433a..1a9900df 100644 --- a/vint/vintrc.yaml +++ b/vint/vintrc.yaml @@ -1,10 +1,3 @@ # Show me all my problems, including matters of style cmdargs: severity: style_problem - -# Allow "set nocompatible", because it does need to be included for using ex if -# I don't want so much of my config to break because of 'cpoptions' (especially -# splitting long lines) -policies: - ProhibitSetNoCompatible: - enabled: false -- cgit v1.2.3