From 5342342426777160300a431ef8c9200fb151f793 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 1 Aug 2019 15:29:47 +0200 Subject: runtime: move matchit.vim to /pack/dist/opt/ Align matchit.vim with upstream Vim. We don't want to maintain a fork of matchit.vim; our small changes should be sent to https://github.com/chrisbra/matchit --- runtime/doc/vim_diff.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime/doc/vim_diff.txt') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index a5ef55b8f2..bc742b9221 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -64,6 +64,10 @@ the differences. - 'wildmenu' is enabled - 'wildoptions' defaults to "pum,tagfile" +- The |man.vim| plugin is enabled, to provide the |:Man| command. +- The |matchit| plugin is enabled. To disable it in your config: > + :let loaded_matchit = 1 + ============================================================================== 3. New Features *nvim-features* -- cgit