From 6153208169166e9c5728bd4922f55d5ce6b38ff8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 14 Aug 2019 14:18:38 +1200 Subject: Use nice characters in vimrc stub --- vim/vimrc.stub | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vim/vimrc.stub b/vim/vimrc.stub index 9eecd487..b7def1d5 100644 --- a/vim/vimrc.stub +++ b/vim/vimrc.stub @@ -1,7 +1,7 @@ " We have a big, important decision to make here. " -" Check that we're not running in 'compatible' mode, nor that the environment -" calls for the same, and that we're running Vim v7.0.0 or newer. If it's all +" Check that we’re not running in 'compatible' mode, nor that the environment +" calls for the same, and that we’re running Vim v7.0.0 or newer. If it’s all " 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. " @@ -10,14 +10,14 @@ if !&compatible && !exists('$POSIXLY_CORRECT') && v:version >= 700 finish endif -" If we got this far, it means we're running a tiny, 'compatible', and/or +" If we got this far, it means we’re running a tiny, 'compatible', and/or " ancient version of Vim. " " So, strip out the user runtime directories from 'runtimepath', force -" 'compatible' on, source your trusty ~/.exrc, put on your dubbed cassette -" copy of Kraftwerk's 'Computerwelt', and start using vi v3.7 on your -" engineering department's Sun OS 4.x server via your VT220 terminal. It's -" July 1985, you write K&R C, and it's good for you, like raisin bran. +" 'compatible' on, source your trusty ‘~/.exrc’, put on your dubbed cassette +" copy of Kraftwerk's ‘Computerwelt’, and start using vi v3.7 on your +" engineering department’s Sun OS 4.x server via your VT220 terminal. It’s +" July 1985, you write K&R C, and it’s good for you, like raisin bran. " set runtimepath-=~/.vim set runtimepath-=~/.vim/after -- cgit v1.2.3