aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 17:17:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 17:17:09 +1200
commita969f028e2639571fcd0703dcfe3671781a1e7d2 (patch)
tree0bfa2794fc60265076f412a2796925cabdf612ec
parentAdjust a few spelling errors (diff)
downloaddotfiles-a969f028e2639571fcd0703dcfe3671781a1e7d2.tar.gz
dotfiles-a969f028e2639571fcd0703dcfe3671781a1e7d2.zip
Remove 'showmatch' again
I forgot that the highlighting already shows the match.
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 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!
"