comparison src/version.c @ 5778:22a1d5762ba3 v7.4.233

updated for version 7.4.233 Problem: Escaping special characters for using "%" with a shell command is inconsistant, parenthesis are escaped but spaces are not. Solution: Only escape "!". (Gary Johnson)
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Apr 2014 18:54:48 +0200
parents 845608965bd9
children d2286df8719d
comparison
equal deleted inserted replaced
5777:5bd7c9d7e026 5778:22a1d5762ba3
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 233,
737 /**/ 739 /**/
738 232, 740 232,
739 /**/ 741 /**/
740 231, 742 231,
741 /**/ 743 /**/