comparison src/version.c @ 3357:397e7e49bb0b v7.3.445

updated for version 7.3.445 Problem: Can't properly escape commands for cmd.exe. Solution: Default 'shellxquote' to '('. Append ')' to make '(command)'. No need to use "/s" for 'shellcmdflag'.
author Bram Moolenaar <bram@vim.org>
date Sun, 19 Feb 2012 18:19:30 +0100
parents 72146e7f47fa
children 20ca2e05ae20
comparison
equal deleted inserted replaced
3356:b37888de599c 3357:397e7e49bb0b
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 445,
717 /**/ 719 /**/
718 444, 720 444,
719 /**/ 721 /**/
720 443, 722 443,
721 /**/ 723 /**/