From 87ffb23f4c12e9f42b131d8b550f1f5e922f2185 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 29 Nov 2019 10:35:58 +0800 Subject: [PATCH] Disable loading matchit plugin Add the global variable identifier to loaded_matchit variable --- variables.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.vim b/variables.vim index d527ee0..9aaf692 100644 --- a/variables.vim +++ b/variables.vim @@ -35,8 +35,8 @@ let g:loaded_zipPlugin = 1 let loaded_gzip = 1 let g:loaded_tarPlugin = 1 -" Do not use builtin matchit.vim and matchparen.vim -let loaded_matchit = 1 +" Do not use builtin matchit.vim and matchparen.vim since we use vim-matchup +let g:loaded_matchit = 1 let g:loaded_matchparen = 1 "}} "}}