1
0
forked from aniani/vim

patch 8.1.0195: terminal debugger commands don't always work

Problem:    Terminal debugger commands don't always work. (Dominique Pelle)
Solution:   Set 'cpo' to its default value when defining commands. (Christian
            Brabandt)
This commit is contained in:
Bram Moolenaar
2018-07-19 02:55:01 +02:00
parent 414998023f
commit 963c1ad5d0
2 changed files with 7 additions and 0 deletions

View File

@@ -789,6 +789,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
195,
/**/
194,
/**/