From 62d2a7d8e5b37ea5e207a337579085a4043440ce Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 Nov 2017 09:14:39 +1300 Subject: Restore 'nocompatible' set to vimrc Otherwise, the line-continuation in the ~/.vimrc fails if compatibility mode survives the invocation step, for example if the vimrc file is sourced directly with the -u option, or if vim is invoked as "ex". --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index a44c5d2f..5d195427 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,3 +1,6 @@ +" Don't try to be vi-compatible, even if invoked as ex or with -u specified +set nocompatible + " Use different keys for global and local leaders if has('eval') let g:mapleader = '\' -- cgit v1.2.3 From 60e1464739b0715a13c1497e83d0884375f5e8dc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 Nov 2017 09:24:15 +1300 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 63f6126f..35e80fbb 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v0.19.0 -Sun Nov 19 20:12:02 UTC 2017 +tejr dotfiles v0.19.1 +Wed Nov 22 20:24:10 UTC 2017 -- cgit v1.2.3