Skip to content

Commit

Permalink
Use full option name
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Feb 27, 2019
1 parent 6eef190 commit f9e2994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions colors/open-color.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
" Version: 2.0.0
" License: The MIT License (MIT)

let s:save_cpo = &cpo
set cpo&vim
let s:save_cpo = &cpoptions
set cpoptions&vim

let s:background = &background

Expand Down Expand Up @@ -367,5 +367,5 @@ endif
let g:colors_name = 'open-color'
let &background = s:background

let &cpo = s:save_cpo
let &cpoptions = s:save_cpo
unlet s:save_cpo

0 comments on commit f9e2994

Please sign in to comment.