Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisbra/matchit
The matchit plugin from Vim
https://github.com/chrisbra/matchit
Last synced: 26 days ago
JSON representation
The matchit plugin from Vim
- Host: GitHub
- URL: https://github.com/chrisbra/matchit
- Owner: chrisbra
- Created: 2017-09-16T18:36:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T20:39:45.000Z (2 months ago)
- Last Synced: 2024-11-04T21:31:54.459Z (2 months ago)
- Language: Vim Script
- Size: 128 KB
- Stars: 66
- Watchers: 4
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# matchit [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/chrisbra)
Vim matchit plugin (upstream repository)The upstream maintained matchit plugin. The original has been created and
maintained by [Benji Fisher](https://github.com/benjifisher/matchit.zip),
however that looks now unmaintained.Every once in a while, a snapshot from here will be sent to [Vim][1] upstream for
distribution with Vim.### Installation
The plugin is distributed as package and should be cloned below `pack/dist/opt`
in your runtime path (e.g. `~/.vim/pack/dist/opt/matchit`). Then it can be
activated in your .vimrc using the command::packadd! matchit
### Documentation
- The latest matchit documentation is available here
[doc/matchit.txt](https://github.com/chrisbra/matchit/blob/master/doc/matchit.txt)
- The matchit documentation distributed with Vim is available at
[:h matchit](https://github.com/vim/vim/blob/master/runtime/pack/dist/opt/matchit/doc/matchit.txt)
(The help command only works after the plugin has been activated using the `:packadd` command)### License & Copyright
The Vim license (see `:h license`) applies to the Vim plugin.
__NO WARRANTY, EXPRESS OR IMPLIED. USE AT-YOUR-OWN-RISK__
[1]: https://www.github.com/vim/vim