Skip to content

Commit

Permalink
Restore 'cpo'
Browse files Browse the repository at this point in the history
Fix #131.
  • Loading branch information
k-takata committed Apr 21, 2021
1 parent bf16892 commit eef4285
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoload/minpac/job.vim
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,6 @@ function! minpac#job#wait(jobids, ...) abort
return s:job_wait(a:jobids, l:timeout)
endfunction
" }}}

let &cpo = s:save_cpo
unlet s:save_cpo

0 comments on commit eef4285

Please sign in to comment.