From 92cd78166b3bf057d60d23b38c0308498cad3f9c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 8 Dec 2017 10:06:43 +1300 Subject: Make vim-vint allow saying ":set nocompatible" Per 62d2a7d, I need to have 'nocompatible' set if Vim is invoked as "ex" or if it's sourced directly with the -u option. I disagree with the policy. --- vint/vintrc.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vint') diff --git a/vint/vintrc.yaml b/vint/vintrc.yaml index 572f0791..9a8b7128 100644 --- a/vint/vintrc.yaml +++ b/vint/vintrc.yaml @@ -1,2 +1,6 @@ cmdargs: severity: style_problem + +policies: + ProhibitSetNoCompatible: + enabled: false -- cgit v1.2.3