comparison src/version.c @ 31313:b6bef244837e v9.0.0990

patch 9.0.0990: callback name argument is changed by setqflist() Commit: https://github.com/vim/vim/commit/c96b7f5d2af241c5eb1589e9da3dc09e45355e65 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 2 15:58:38 2022 +0000 patch 9.0.0990: callback name argument is changed by setqflist() Problem: Callback name argument is changed by setqflist(). Solution: Use the expanded function name for the callback, do not store it in the argument. (closes #11653)
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 17:00:04 +0100
parents bda1452d81bc
children 6a03cc83fcc5
comparison
equal deleted inserted replaced
31312:9b63b0076e6e 31313:b6bef244837e
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 990,
698 /**/ 700 /**/
699 989, 701 989,
700 /**/ 702 /**/
701 988, 703 988,
702 /**/ 704 /**/