comparison runtime/pack/dist/opt/matchit/doc/matchit.txt @ 15334:9d3d7b0f4861

Update runtime files commit https://github.com/vim/vim/commit/4c05fa08c9739e307ddc88ac91ba6d208f1fd68e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 1 15:32:17 2019 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Jan 2019 15:45:06 +0100
parents d183d629509e
children fe57e4f0eac1
comparison
equal deleted inserted replaced
15333:37502e631202 15334:9d3d7b0f4861
2 2
3 For instructions on installing this file, type 3 For instructions on installing this file, type
4 :help matchit-install 4 :help matchit-install
5 inside Vim. 5 inside Vim.
6 6
7 For Vim version 6.3. Last change: 2017 May 14 7 For Vim version 6.3. Last change: 2018 Dec 31
8 8
9 9
10 VIM REFERENCE MANUAL by Benji Fisher 10 VIM REFERENCE MANUAL by Benji Fisher
11 11
12 *matchit* *matchit.vim* 12 *matchit* *matchit.vim*
17 4. Supporting a New Language |matchit-newlang| 17 4. Supporting a New Language |matchit-newlang|
18 5. Known Bugs and Limitations |matchit-bugs| 18 5. Known Bugs and Limitations |matchit-bugs|
19 19
20 The functionality mentioned here is a plugin, see |add-plugin|. 20 The functionality mentioned here is a plugin, see |add-plugin|.
21 This plugin is only available if 'compatible' is not set. 21 This plugin is only available if 'compatible' is not set.
22 You can avoid loading this plugin by setting the "loaded_matchit" variable
23 in your |vimrc| file: >
24 :let loaded_matchit = 1
25 22
26 {Vi does not have any of this} 23 {Vi does not have any of this}
27 24
28 ============================================================================== 25 ==============================================================================
29 1. Extended matching with "%" *matchit-intro* 26 1. Extended matching with "%" *matchit-intro*