comparison src/version.c @ 11390:73cfcf11d983 v8.0.0580

patch 8.0.0580: cannot set the valid flag with setqflist() commit https://github.com/vim/vim/commit/f1d21c8cc83f40c815b6bf13cd2043152db533ee Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 22 21:20:46 2017 +0200 patch 8.0.0580: cannot set the valid flag with setqflist() Problem: Cannot set the valid flag with setqflist(). Solution: Add the "valid" argument. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/1642)
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Apr 2017 21:30:03 +0200
parents c3ebb7d533c6
children dc2800c3572b
comparison
equal deleted inserted replaced
11389:430269fac9e3 11390:73cfcf11d983
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 580,
767 /**/ 769 /**/
768 579, 770 579,
769 /**/ 771 /**/
770 578, 772 578,
771 /**/ 773 /**/