comparison src/version.c @ 13882:f48fcaa196a9 v8.0.1812

patch 8.0.1812: the qf_jump_to_usable_window() function is too long commit https://github.com/vim/vim/commit/7a2b0e55e9460493c4a949bda8be70950dbb8f85 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 10 18:55:28 2018 +0200 patch 8.0.1812: the qf_jump_to_usable_window() function is too long Problem: The qf_jump_to_usable_window() function is too long. Solution: Split it in parts. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/2891)
author Christian Brabandt <cb@256bit.org>
date Thu, 10 May 2018 19:00:07 +0200
parents 60e80884994d
children 0ddb61a7404f
comparison
equal deleted inserted replaced
13881:a0cf2482b430 13882:f48fcaa196a9
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1812,
764 /**/ 766 /**/
765 1811, 767 1811,
766 /**/ 768 /**/
767 1810, 769 1810,
768 /**/ 770 /**/