comparison src/version.c @ 5690:40f18a1c1592 v7.4.191

updated for version 7.4.191 Problem: Escaping a file name for shell commands can't be done without a function. Solution: Add the :S file name modifier.
author Bram Moolenaar <bram@vim.org>
date Sun, 23 Feb 2014 23:39:13 +0100
parents 6050f52d7cd8
children 04c4ef8c0a1b
comparison
equal deleted inserted replaced
5689:41fa1a18bc2e 5690:40f18a1c1592
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 191,
741 /**/ 743 /**/
742 190, 744 190,
743 /**/ 745 /**/
744 189, 746 189,
745 /**/ 747 /**/