Skip to content

Commit

Permalink
fix: Update incorrect version for unsupported vim version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Sep 9, 2019
1 parent e123c82 commit 14e4ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/doge.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let s:save_cpo = &cpoptions
set cpoptions&vim

let s:unsupported_vim = !has('nvim') && !has('patch-7.4.2219')
let s:unsupported_vim = !has('nvim') && !has('patch-7.4.2119')
let s:unsupported_nvim = has('nvim') && !has('nvim-0.2.0')
let s:unsupported_msg = '[DoGe] Unsupported version. %s is required.'

Expand Down

0 comments on commit 14e4ce5

Please sign in to comment.