From d6ad46d52ebf15fcc743e19acd3ace73fbbed98f Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Wed, 3 Jan 2018 00:29:26 +0100
Subject: Now inloading default macro matchit.vim by default

...because why not?
---
 vimrc-full | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vimrc-full b/vimrc-full
index f3dc1ca..80902de 100644
--- a/vimrc-full
+++ b/vimrc-full
@@ -292,7 +292,11 @@ else           " default Vim?
   " scripts from the default vim installation, which do not get loaded by default, but are useful.
   if filereadable($VIMRUNTIME.'/macros/editexisting.vim')
     packadd! editexisting
+  endif
 
+  " load default plugin 'matchit' to allow % to jump between tags
+  if filereadable($VIMRUNTIME.'/macros/matchit.vim')
+    packadd! matchit
   endif
 
 endif
-- 
cgit v1.2.3