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(-) 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 From 07ce45a5f37c4db8c8006301a7444c8d865481b2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 2 Jun 2018 17:38:36 +1200 Subject: Update Vim submodules --- vim/bundle/toggle_option_flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/toggle_option_flags b/vim/bundle/toggle_option_flags index 59f88251..e43464f9 160000 --- a/vim/bundle/toggle_option_flags +++ b/vim/bundle/toggle_option_flags @@ -1 +1 @@ -Subproject commit 59f8825150b79f732d57d33cb75a20719a7c690d +Subproject commit e43464f96e68c26498599e118cadcd700d30c8b9 -- cgit v1.2.3 From 78196f89d4550b5c0cb743c7e2cd93b573bac624 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 2 Jun 2018 17:39:25 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 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 -- cgit v1.2.3