comparison src/version.c @ 6971:e859731ea1cd v7.4.803

patch 7.4.803 Problem: C indent does not support C11 raw strings. (Mark Lodato) Solution: Do not change indent inside the raw string.
author Bram Moolenaar <bram@vim.org>
date Tue, 28 Jul 2015 21:17:36 +0200
parents 417201526af3
children 7b35ee02b3c5
comparison
equal deleted inserted replaced
6970:589a962ecc16 6971:e859731ea1cd
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 803,
744 /**/ 746 /**/
745 802, 747 802,
746 /**/ 748 /**/
747 801, 749 801,
748 /**/ 750 /**/