aboutsummaryrefslogtreecommitdiff
path: root/vint/vintrc.yaml
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-02 17:40:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-02 17:40:13 +1200
commitf32004e3067ecc90cba3d32046d978beda20c405 (patch)
treecb435d29fdc31272b36d14001584b26c21db8cab /vint/vintrc.yaml
parentMerge branch 'hotfix/v0.41.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-0.42.0.tar.gz (sig)
dotfiles-0.42.0.zip
Merge branch 'release/v0.42.0'v0.42.0
* release/v0.42.0: Bump VERSION Update Vim submodules Remove 'nocompatible' tolerance from .vintrc
Diffstat (limited to 'vint/vintrc.yaml')
-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