Skip to content

chrisbra/matchit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

matchit Say Thanks!

Vim matchit plugin (upstream repository)

The upstream maintained matchit plugin. The original has been created and maintained by Benji Fisher, however that looks now unmaintained.

Once in a while, a snapshot from here will be send to Bram for inclusion and 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
  • The matchit documentation distributed with Vim is available at :h matchit (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