Skip to content

Commit

Permalink
Remove reference to old nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
andymass committed Feb 19, 2023
1 parent a1a9c1d commit 1c7fa28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/neovim_treesitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
neovim_version:
- 'head'
- 'v0.7.0'
- 'v0.8.3'
runs-on: ubuntu-latest
env:
TESTS_ENABLE_TREESITTER: 1
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,7 @@ let g:matchup_matchparen_deferred = 1
default: 0 (disabled)

Note: this feature is only available if your vim version has `timers` and
the function `timer_pause`, version 7.4.2180 and after. For neovim, this
will only work in nvim-0.2.1 and after.
the function `timer_pause`, version 7.4.2180 and after.

Adjust delays in milliseconds for deferred highlighting:
```vim
Expand Down
5 changes: 2 additions & 3 deletions doc/matchup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Web: https://github.com/andymass/vim-matchup
Script ID: 5624
License: MIT license {{{

Copyright (c) 2017--2022 Andy Massimino
Copyright (c) 2017--2023 Andy Massimino

Copyright (c) 2016 Karl Yngve Lervåg

Expand Down Expand Up @@ -702,8 +702,7 @@ Module matchparen~
Default: 0 (disabled)

Note: this feature is only available if your vim version has |timers| and
the function |timer_pause|, version 7.4.2180 and after. For neovim, this
will only work in nvim-0.2.1 and after.
the function |timer_pause|, version 7.4.2180 and after.

*g:matchup_matchparen_deferred_show_delay*

Expand Down

0 comments on commit 1c7fa28

Please sign in to comment.