aboutsummaryrefslogtreecommitdiff
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
parentMerge branch 'hotfix/v0.41.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-f32004e3067ecc90cba3d32046d978beda20c405.tar.gz
dotfiles-f32004e3067ecc90cba3d32046d978beda20c405.zip
Merge branch 'release/v0.42.0'v0.42.0
* release/v0.42.0: Bump VERSION Update Vim submodules Remove 'nocompatible' tolerance from .vintrc
-rw-r--r--VERSION4
m---------vim/bundle/toggle_option_flags0
-rw-r--r--vint/vintrc.yaml7
3 files changed, 2 insertions, 9 deletions
diff --git a/VERSION b/VERSION
index 6ec6fe51..9f9e9114 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.41.1
-Sat Jun 2 03:13:48 UTC 2018
+tejr dotfiles v0.42.0
+Sat Jun 2 05:39:14 UTC 2018
diff --git a/vim/bundle/toggle_option_flags b/vim/bundle/toggle_option_flags
-Subproject 59f8825150b79f732d57d33cb75a20719a7c690
+Subproject e43464f96e68c26498599e118cadcd700d30c8b
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