diff options
| author | jdhao <jdhao@hotmail.com> | 2019-11-29 10:35:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-29 10:35:58 +0800 |
| commit | 87ffb23f4c12e9f42b131d8b550f1f5e922f2185 (patch) | |
| tree | be225e2b3b9498f9a846775dfd341225061c0241 | |
| parent | b9119d2212a74123b9ef991bc088fc34edfc9412 (diff) | |
Disable loading matchit plugin
Add the global variable identifier to loaded_matchit variable
| -rw-r--r-- | variables.vim | 4 |
1 files 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 "}} "}} |
