aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-02 15:17:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-02 15:17:37 +1200
commitc41411de4113d0cfe79449f0779d0291233cd2cc (patch)
treefef55637349bedfcc54f8d20a42942dfdf91c50f
parentMerge branch 'hotfix/v0.41.1' into develop (diff)
downloaddotfiles-c41411de4113d0cfe79449f0779d0291233cd2cc.tar.gz
dotfiles-c41411de4113d0cfe79449f0779d0291233cd2cc.zip
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.
-rw-r--r--vint/vintrc.yaml7
1 files changed, 0 insertions, 7 deletions
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