From 5d5e47e24f49fdc6b964a59802858cee1b700619 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Mon, 10 Mar 2014 18:22:55 -0500 Subject: [PATCH] [vim] remove old version of matchit I was using for some reason --- vim/vim.symlink/plugins.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/vim.symlink/plugins.vim b/vim/vim.symlink/plugins.vim index 85843a5..ef2b12c 100644 --- a/vim/vim.symlink/plugins.vim +++ b/vim/vim.symlink/plugins.vim @@ -16,7 +16,6 @@ Bundle 'tpope/vim-unimpaired' Bundle 'tpope/vim-endwise' Bundle 'tpope/vim-ragtag' Bundle 'tpope/vim-surround' -Bundle 'tsaleh/vim-matchit' Bundle 'benmills/vimux' Bundle 'bling/vim-airline' Bundle 'scrooloose/syntastic'