From 898a404c81b8e77638b7574fc12e2af54eebe756 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 6 Jun 2018 20:31:17 +1200 Subject: Remove vestigial comment from .vimrc --- vim/vimrc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 6e0da3ef..723e69da 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -4,12 +4,6 @@ " own without the accompanying plugins to which it refers near the end of this " file, but you'll get errors for some of the leader maps, for example. -" If we're in compatible mode, ensure that the 'C' option that disallows line -" continuations is stripped out, as they're heavily used in this configuration -" for readability; we'll put it back later. Yes, this is necessary, for -" example if this file is :sourced while &compatible, or if Vim is invoked -" under its other name--we are out there, we ex(1)ist! - " Use UTF-8 by default wherever possible if has('multi_byte') set encoding=utf-8 -- cgit v1.2.3