Skip to content

Commit

Permalink
Drop outdated python check
Browse files Browse the repository at this point in the history
  • Loading branch information
alyosha committed Feb 6, 2021
1 parent f39db66 commit 83affc5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugin/vimedia.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
if !has("python3")
echom "vimedia only supported for vim versions built with python3"
finish
endif

if exists('g:vimedia_plugin_loaded')
finish
endif
Expand Down

0 comments on commit 83affc5

Please sign in to comment.