1
0
forked from aniani/vim

patch 8.1.0455: checking for empty quickfix stack is not consistent

Problem:    Checking for empty quickfix stack is not consistent.
Solution:   Use qf_stack_empty(). (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar
2018-10-07 14:38:49 +02:00
parent 2610990709
commit 019dfe6855
2 changed files with 24 additions and 16 deletions

View File

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