Skip to content

Commit

Permalink
fix: Incorrect patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Sep 10, 2019
1 parent c9eb506 commit 3bcc337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/doge/helpers.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let s:save_cpo = &cpoptions
set cpoptions&vim

let s:no_trim = (has('nvim') && !has('nvim-0.3.2')) ||
\ (!has('nvim') && (v:version < 800 || !has('patch8.0.1630')))
\ (!has('nvim') && (v:version < 800 || !has('patch-8.0.1630')))

""
" @public
Expand Down

0 comments on commit 3bcc337

Please sign in to comment.