├── .gitignore ├── README.md ├── autoload └── matchit.vim ├── doc └── matchit.txt └── plugin └── matchit.vim /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adelarsq/vim-matchit/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adelarsq/vim-matchit/HEAD/README.md -------------------------------------------------------------------------------- /autoload/matchit.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adelarsq/vim-matchit/HEAD/autoload/matchit.vim -------------------------------------------------------------------------------- /doc/matchit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adelarsq/vim-matchit/HEAD/doc/matchit.txt -------------------------------------------------------------------------------- /plugin/matchit.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adelarsq/vim-matchit/HEAD/plugin/matchit.vim --------------------------------------------------------------------------------