comparison src/version.c @ 6610:86f00f7678eb v7.4.631

updated for version 7.4.631 Problem: The default conceal character is documented to be a space but it's initially a dash. (Christian Brabandt) Solution: Make the intial value a space.
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Feb 2015 11:11:48 +0100
parents a5ba0921efcb
children cd7b5bbe4952
comparison
equal deleted inserted replaced
6609:426b000da476 6610:86f00f7678eb
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 631,
744 /**/ 746 /**/
745 630, 747 630,
746 /**/ 748 /**/
747 629, 749 629,
748 /**/ 750 /**/