lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
689 stars 27 forks source link

add check v:version #235

Closed get-me-power closed 4 years ago

get-me-power commented 4 years ago

Hi!

In this document, gina support Vim 8.0.0107 or above or Neovim 0.2.0

Therefore, I added checking about v:version < 800 in plugin dir.

Please check this Pull Request!

get-me-power commented 4 years ago

Hmm.. Test failed.