comparison src/version.c @ 6999:dc1b678f0e4e v7.4.817

patch 7.4.817 Problem: Invalid memory access in file_pat_to_reg_pat(). Solution: Use vim_isspace() instead of checking for a space only. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Aug 2015 16:20:05 +0200
parents cdd862e0f896
children 27f8247d2619
comparison
equal deleted inserted replaced
6998:b2d27f414840 6999:dc1b678f0e4e
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 817,
744 /**/ 746 /**/
745 816, 747 816,
746 /**/ 748 /**/
747 815, 749 815,
748 /**/ 750 /**/