Update year, etc

This commit is contained in:
Andy K. Massimino
2020-01-10 18:58:33 -05:00
parent 264e3eacde
commit 5a7dd99621
32 changed files with 47 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
MIT license
Copyright (c) 2019 Andy Massimino
Copyright (c) 2020 Andy Massimino
Copyright (c) 2016 Karl Yngve Lervåg

View File

@@ -1,19 +1,11 @@
# vim match-up
match-up is a drop-in replacement for the vim plugin [matchit.vim].
match-up aims to enhance all of matchit's features, fix a number of its
deficiencies and bugs, and add a few totally new features. It also
replaces the standard plugin [matchparen], allowing all of matchit's words
to be highlighted along with the `matchpairs` (`(){}[]`).
[matchit.vim]: http://ftp.vim.org/pub/vim/runtime/macros/matchit.txt
[matchparen]: http://ftp.vim.org/pub/vim/runtime/doc/pi_paren.txt
match-up is a plugin that lets you highlight, navigate, and operate on
sets of matching text. It extends vim's `%` key to language-specific
words instead of just single characters.
<img src='https://github.com/andymass/matchup.vim/wiki/images/teaser.jpg' width='300px' alt='and in this corner...'>
A major goal of this project is to keep a modern and modular code base.
Contributions are welcome!
## Screenshot
<img src='https://raw.githubusercontent.com/wiki/andymass/vim-matchup/images/match-up-hl1.gif' width='450px'>
@@ -31,6 +23,15 @@ Contributions are welcome!
## Overview
match-up can be used as a drop-in replacement for the classic plugin [matchit.vim].
match-up aims to enhance all of matchit's features, fix a number of its
deficiencies and bugs, and add a few totally new features. It also
replaces the standard plugin [matchparen], allowing all of matchit's words
to be highlighted along with the `matchpairs` (`(){}[]`).
[matchit.vim]: http://ftp.vim.org/pub/vim/runtime/macros/matchit.txt
[matchparen]: http://ftp.vim.org/pub/vim/runtime/doc/pi_paren.txt
See [detailed feature documentation](#detailed-feature-documentation) for
more information. This plugin:
@@ -79,7 +80,7 @@ together with other plugins.
| | feature | __match-up__ | matchit | matchparen |
| ------- | -------------------------------- | -------------- | ------------- | ------------- |
| ([a.1]) | jump between matching words | :thumbsup: | :thumbsup: | :x: |
| ([a.2]) | jump to open & close words | :thumbsup: | :question: | :x: |
| ([a.2]) | jump to open & close words | :thumbsup: | :thumbsup: | :x: |
| ([a.3]) | jump inside | :thumbsup: | :x: | :x: |
| ([b.1]) | full set of text objects | :thumbsup: | :question: | :x: |
| ([c.1]) | highlight `()`, `[]`, & `{}` | :thumbsup: | :x: | :thumbsup: |
@@ -774,3 +775,6 @@ Feature requests are also welcome.
Please read the [contribution guidelines](CONTRIBUTING.md) before
contributing.
A major goal of this project is to keep a modern and modular code base.
Contributions are welcome!

View File

@@ -1,4 +1,4 @@
" vim match-up - even better matching pairs
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - even better matching pairs
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - even better matching pairs
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - even better matching pairs
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - even better matching pairs
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - even better matching pairs
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - even better matching pairs
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - even better matching pairs
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - even better matching pairs
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - even better matching pairs
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - even better matching pairs
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space

View File

@@ -6,7 +6,7 @@ Web: https://github.com/andymass/vim-matchup
Script ID: 5624
License: MIT license {{{
Copyright (c) 2019 Andy Massimino
Copyright (c) 2020 Andy Massimino
Copyright (c) 2016 Karl Yngve Lervåg

View File

@@ -1,4 +1,4 @@
" vim match-up - matchit replacement and more
" vim match-up - even better matching
"
" Maintainer: Andy Massimino
" Email: a@normed.space