comparison src/version.c @ 9033:0536d1469b67 v7.4.1802

commit https://github.com/vim/vim/commit/6be8c8e165204b8aa4eeb8a52be87a58d8b41b9e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 30 13:17:09 2016 +0200 patch 7.4.1802 Problem: Quickfix doesn't handle long lines well, they are split. Solution: Drop characters after a limit. (Anton Lindqvist)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Apr 2016 13:30:05 +0200
parents 8208f5f58505
children 08854bb267b2
comparison
equal deleted inserted replaced
9032:7dd86887e8f1 9033:0536d1469b67
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1802,
756 /**/ 758 /**/
757 1801, 759 1801,
758 /**/ 760 /**/
759 1800, 761 1800,
760 /**/ 762 /**/