comparison src/version.c @ 14887:863bdbc8465b v8.1.0455

patch 8.1.0455: checking for empty quickfix stack is not consistent commit https://github.com/vim/vim/commit/019dfe6855e011c02427bb922aafeae0245372c9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 7 14:38:49 2018 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Oct 2018 14:45:05 +0200
parents 5e47597de905
children ba1f0c06b4be
comparison
equal deleted inserted replaced
14886:580739362915 14887:863bdbc8465b
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 455,
795 /**/ 797 /**/
796 454, 798 454,
797 /**/ 799 /**/
798 453, 800 453,
799 /**/ 801 /**/