Skip to content

Commit

Permalink
Fix neovim version
Browse files Browse the repository at this point in the history
  • Loading branch information
firstmover authored Jan 10, 2022
1 parent f418a37 commit 5724b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/hop.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if !has('nvim')
if !has('nvim-0.5.0')
echohl Error
echom 'This plugin only works with Neovim'
echom 'This plugin only works with Neovim >= v0.5.0'
echohl clear
finish
endif
Expand Down

0 comments on commit 5724b6f

Please sign in to comment.