comparison src/version.c @ 12503:4d40b2644e92 v8.0.1130

patch 8.0.1130: the qf_jump() function is still too long commit https://github.com/vim/vim/commit/9cb03716c963338f9a98d2ebc7aa3ac8b9c1eea6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 20 22:43:02 2017 +0200 patch 8.0.1130: the qf_jump() function is still too long Problem: The qf_jump() function is still too long. Solution: Split of parts to separate functions. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Sep 2017 22:45:04 +0200
parents b0fc1cdec2da
children 5cf248ecb6e3
comparison
equal deleted inserted replaced
12502:ed85dd1b8c80 12503:4d40b2644e92
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 1130,
764 /**/ 766 /**/
765 1129, 767 1129,
766 /**/ 768 /**/
767 1128, 769 1128,
768 /**/ 770 /**/