comparison src/version.c @ 12303:ec7a4fd21dd5 v8.0.1031

patch 8.0.1031: "text" argument for getqflist() is confusing commit https://github.com/vim/vim/commit/2c809b7c7d2bb5e4b7fd09c3d312cadecf0c1ff0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 1 18:34:02 2017 +0200 patch 8.0.1031: "text" argument for getqflist() is confusing Problem: "text" argument for getqflist() is confusing. (Lcd47) Solution: Use "lines" instead. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Sep 2017 18:45:04 +0200
parents 93155ae168fb
children d4a3ad146204
comparison
equal deleted inserted replaced
12302:0aafbe6d646f 12303:ec7a4fd21dd5
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1031,
772 /**/ 774 /**/
773 1030, 775 1030,
774 /**/ 776 /**/
775 1029, 777 1029,
776 /**/ 778 /**/