From ada47584c3b3dbfda7473358070517f0d8ec5053 Mon Sep 17 00:00:00 2001 From: Christian Wellenbrock Date: Thu, 30 Jan 2014 11:55:53 +0100 Subject: [PATCH] Don't set showmatch Closes #16. --- plugin/sensible.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index 29082f1..a78801a 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -20,7 +20,6 @@ endif set autoindent set backspace=indent,eol,start set complete-=i -set showmatch set smarttab set nrformats-=octal