Skip to content

Commit

Permalink
Fix new vital.
Browse files Browse the repository at this point in the history
  • Loading branch information
osyo-manga committed Mar 20, 2018
1 parent 7f788a7 commit 2a21603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/over.vim
Expand Up @@ -18,7 +18,7 @@ function! over#vital()
if g:over#debug_vital_over
let s:V = vital#of("vital")
else
let s:V = vital#of("over")
let s:V = vital#over#new()
endif
return s:V
endfunction
Expand Down

0 comments on commit 2a21603

Please sign in to comment.