From a9a957093afe1f58c3023df4e3b312c9f33123ac Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 25 Jun 2019 17:51:24 +1200 Subject: Revert "Reset 'compatible' in stub vimrc" This reverts commit 3b2d915005dfee4f693919267fff08c8728778b8. --- vim/vimrc.stub | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/vimrc.stub b/vim/vimrc.stub index 0be30848..29a9e1bf 100644 --- a/vim/vimrc.stub +++ b/vim/vimrc.stub @@ -5,10 +5,6 @@ " clear, we can load the main vimrc file from ~/.vim/vimrc to use Vim in all " of its incompatible glory, and then stop sourcing the rest of this file. " -" We have to set 'compatible' back to its default because system vimrcs -" sometimes set it. -" -set compatible& if !&compatible && !exists('$POSIXLY_CORRECT') && v:version >= 700 runtime vimrc finish -- cgit v1.2.3 From 7121f672fdcf512e508704dd2cb9bb1539cadeb4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 25 Jun 2019 17:51:31 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2ec2b044..7a6e63b5 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v6.47.0 -Tue, 25 Jun 2019 05:50:41 +0000 +tejr dotfiles v6.48.0 +Tue, 25 Jun 2019 05:51:31 +0000 -- cgit v1.2.3