From 81af73f76e27f98528475900a802f6b53650820a Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 27 May 2013 21:24:35 -0400 Subject: [PATCH] Remove <:> from 'matchpairs' Closes #46. --- ftplugin/haml.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/haml.vim b/ftplugin/haml.vim index df818f4..8c693fa 100644 --- a/ftplugin/haml.vim +++ b/ftplugin/haml.vim @@ -18,6 +18,7 @@ let s:match_words = "" runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim unlet! b:did_ftplugin +set matchpairs-=<:> " Override our defaults if these were set by an included ftplugin. if exists("b:undo_ftplugin")