From a969f028e2639571fcd0703dcfe3671781a1e7d2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 9 Jun 2019 17:17:09 +1200 Subject: Remove 'showmatch' again I forgot that the highlighting already shows the match. --- vim/vimrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index aa1427dd..ae662521 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -581,12 +581,6 @@ set listchars+=extends:> " Unwrapped text to screen right set listchars+=precedes:< " Unwrapped text to screen left set listchars+=nbsp:+ " Non-breaking spaces -" I like the brief jump to the matching brackets provided by the 'showmatch' -" option; the only change I want is for it to be a little quicker, so we'll -" adjust that to 0.3 seconds. -" -set showmatch matchtime=3 - " Don't let your editor's options be configured by content in arbitrary files! " Down with modelines! Purge them from your files! " -- cgit v1.2.3