From 846422537be98f00c1d28867532cfdc8c2387e9e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 19 Jun 2019 20:17:34 +1200 Subject: Adjust a few comments --- vim/vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index cabff060..73650d2e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -4,12 +4,12 @@ " " " This is an attempt at something like a 'literate vimrc', in the tradition of -" Donald Knuth's "literate programming". +" Donald Knuth's "literate programming": " " " -" It's a long file, and comments abound. If this bothers you, you can do -" something like this to strip out all the blank lines and lines with only +" It's a long file, and comments abound. If this bothers you, you can execute +" this command in Vim to strip out all the blank lines and lines with only " comments: " " :g/\m^$\|^\s*"/d @@ -1037,7 +1037,7 @@ endif " almost always stands out too much for my liking. " " You'd think the autocommand pattern here could be used to match the colour -" scheme name, and it can be...after patch v7.4.108, when Christian Brabandt +" scheme name, and it can be ... after patch v7.4.108, when Christian Brabandt " fixed it. Until that version, it matched against the current buffer name, " so we're forced to have an explicit test in the command instead. " -- cgit v1.2.3