comparison src/version.c @ 5873:8e9db1f27a00 v7.4.279

updated for version 7.4.279 Problem: globpath() returns a string, making it difficult to get a list of matches. (Greg Novack) Solution: Add an optional argument like with glob(). (Adnan Zafar)
author Bram Moolenaar <bram@vim.org>
date Wed, 07 May 2014 18:35:30 +0200
parents b4ce0e1fb5a6
children daf7e98675cf
comparison
equal deleted inserted replaced
5872:8661eb2cc9a9 5873:8e9db1f27a00
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 279,
737 /**/ 739 /**/
738 278, 740 278,
739 /**/ 741 /**/
740 277, 742 277,
741 /**/ 743 /**/