vim-patch:8.1.0193: terminal debugger buttons don't always work (#10874)

Problem:    Terminal debugger buttons don't always work. (Dominique Pelle)
Solution:   Set 'cpo' to its default value.
ca4cc018ad
This commit is contained in:
Jan Edmund Lazo
2019-08-28 20:19:38 -04:00
committed by Daniel Hahler
parent 71a9653194
commit 0ec80d5f64

View File

@@ -896,3 +896,5 @@ func s:BufUnloaded()
endfor
endfor
endfunc
let &cpo = s:keepcpo