comparison src/version.c @ 5533:e35c69ad4823 v7.4.115

updated for version 7.4.115 Problem: When using Zsh expanding ~abc doesn't work when the result contains a space. Solution: Off-by-one error in detecting the NUL. (Pavol Juhas)
author Bram Moolenaar <bram@vim.org>
date Wed, 11 Dec 2013 13:21:51 +0100
parents 6db758f82227
children 40aff213baff
comparison
equal deleted inserted replaced
5532:e5c67c992d48 5533:e35c69ad4823
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 115,
741 /**/ 743 /**/
742 114, 744 114,
743 /**/ 745 /**/
744 113, 746 113,
745 /**/ 747 /**/