commit | 019dfe6855e011c02427bb922aafeae0245372c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 14:38:49 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 14:38:49 2018 +0200 |
tree | 4ad74c962368aeded6819c298a89328066f500cb | |
parent | 261099070940fb64d4633a766ae3510fffe4171d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index caf7168..d4c872a 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 455, +/**/ 454, /**/ 453,