comparison src/version.c @ 21089:d69ead03ba93 v8.2.1096

patch 8.2.1096: Vim9: return type of getqflist() is wrong Commit: https://github.com/vim/vim/commit/f151ad1c70825a91afb112e611db5c712e2656ef Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 30 13:38:01 2020 +0200 patch 8.2.1096: Vim9: return type of getqflist() is wrong Problem: Vim9: return type of getqflist() is wrong. Solution: Let the return type depend on the arguments. Also for getloclist(). (closes #6367)
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Jun 2020 13:45:06 +0200
parents e01b20e3a720
children f6eb0c468ae4
comparison
equal deleted inserted replaced
21088:949a9ea0cfce 21089:d69ead03ba93
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1096,
757 /**/ 759 /**/
758 1095, 760 1095,
759 /**/ 761 /**/
760 1094, 762 1094,
761 /**/ 763 /**/