mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
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:

committed by
Daniel Hahler

parent
71a9653194
commit
0ec80d5f64
@@ -896,3 +896,5 @@ func s:BufUnloaded()
|
||||
endfor
|
||||
endfor
|
||||
endfunc
|
||||
|
||||
let &cpo = s:keepcpo
|
||||
|
Reference in New Issue
Block a user