comparison runtime/pack/dist/opt/matchit/doc/matchit.txt @ 18456:6d11fc4aa683

Update runtime files Commit: https://github.com/vim/vim/commit/96f45c0b6fc9e9d404e6805593ed1e0e6795e470 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 26 19:53:45 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 20:00:04 +0200
parents 1eaf34420bb3
children d4deb2e50667
comparison
equal deleted inserted replaced
18455:3c98dfd2380c 18456:6d11fc4aa683
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 8.1. Last change: 2019 May 05 7 For Vim version 8.1. Last change: 2019 Oct 24
8 8
9 9
10 VIM REFERENCE MANUAL by Benji Fisher et al 10 VIM REFERENCE MANUAL by Benji Fisher et al
11 11
12 *matchit* *matchit.vim* 12 *matchit* *matchit.vim*
373 |b:match_word|. 373 |b:match_word|.
374 374
375 ============================================================================== 375 ==============================================================================
376 5. Known Bugs and Limitations *matchit-bugs* 376 5. Known Bugs and Limitations *matchit-bugs*
377 377
378 Repository: https://github.com/chrisbra/matchit/
379 Bugs can be reported at the repository (alternatively you can send me a mail).
380 The latest development snapshot can also be downloaded there.
381
378 Just because I know about a bug does not mean that it is on my todo list. I 382 Just because I know about a bug does not mean that it is on my todo list. I
379 try to respond to reports of bugs that cause real problems. If it does not 383 try to respond to reports of bugs that cause real problems. If it does not
380 cause serious problems, or if there is a work-around, a bug may sit there for 384 cause serious problems, or if there is a work-around, a bug may sit there for
381 a while. Moral: if a bug (known or not) bothers you, let me know. 385 a while. Moral: if a bug (known or not) bothers you, let me know.
382 386
384 would be nice if "foo:\end\0" had the same effect as "\(foo\):\end\1". I may 388 would be nice if "foo:\end\0" had the same effect as "\(foo\):\end\1". I may
385 try to implement this in a future version. (This is not so easy to arrange as 389 try to implement this in a future version. (This is not so easy to arrange as
386 you might think!) 390 you might think!)
387 391
388 ============================================================================== 392 ==============================================================================
389 vim:tw=78:fo=tcq2:ft=help: 393 vim:tw=78:ts=8:fo=tcq2:ft=help: