diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-01 15:29:47 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-01 15:43:53 +0200 |
commit | 5342342426777160300a431ef8c9200fb151f793 (patch) | |
tree | a42d08dce118ecbad51c0c74fa475e37ecf7b06e /runtime/doc/vim_diff.txt | |
parent | 62b5f25b6b2c2f49b9e2e6525e87dacd41d82183 (diff) | |
download | rneovim-5342342426777160300a431ef8c9200fb151f793.tar.gz rneovim-5342342426777160300a431ef8c9200fb151f793.tar.bz2 rneovim-5342342426777160300a431ef8c9200fb151f793.zip |
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
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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* |