comparison src/version.c @ 5481:31217cc48e7d v7.4.090

updated for version 7.4.090 Problem: Win32: When a directory name contains an exclamation mark, completion doesn't complete the contents of the directory. Solution: Escape the exclamation mark. (Jan Stocker)
author Bram Moolenaar <bram@vim.org>
date Tue, 12 Nov 2013 05:28:26 +0100
parents 6707c44cec61
children 9502d1caf90b
comparison
equal deleted inserted replaced
5480:82ace7765f3a 5481:31217cc48e7d
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 90,
741 /**/ 743 /**/
742 89, 744 89,
743 /**/ 745 /**/
744 88, 746 88,
745 /**/ 747 /**/