comparison src/version.c @ 12084:69ce6b3f0834 v8.0.0922

patch 8.0.0922: quickfix list always added after current one commit https://github.com/vim/vim/commit/55b6926450d75788dada3ff44a35e328224df758 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 13 13:42:01 2017 +0200 patch 8.0.0922: quickfix list always added after current one Problem: Quickfix list always added after current one. Solution: Make it possible to add a quickfix list after the last one. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2017 13:45:04 +0200
parents 504df4aa84c6
children 69f2392e6cfb
comparison
equal deleted inserted replaced
12083:23073dd342fe 12084:69ce6b3f0834
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 922,
772 /**/ 774 /**/
773 921, 775 921,
774 /**/ 776 /**/
775 920, 777 920,
776 /**/ 778 /**/