Add nvim version check for matchparen_deferred

closes #22
This commit is contained in:
Andy K. Massimino
2018-03-04 14:21:14 -05:00
parent f0b6e155d4
commit d647ae8d2c
3 changed files with 6 additions and 3 deletions

View File

@@ -497,7 +497,8 @@ 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).
the function |timer_pause|, version 7.4.2180 and after. For neovim, this
will only work in nvim-0.2.1 and after.
*g:matchparen_matchparen_deferred_show_time*
*g:matchparen_matchparen_deferred_hide_time*