comparison src/version.c @ 5343:00d61a47df66 v7.4.024

updated for version 7.4.024 Problem: When root edits a file the undo file is owned by root while the edited file may be owned by another user, which is not allowed. (cac2s) Solution: Accept an undo file owned by the current user.
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Sep 2013 15:40:49 +0200
parents 09361f13580b
children 9085d32d7424
comparison
equal deleted inserted replaced
5342:029dfae8314a 5343:00d61a47df66
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 24,
741 /**/ 743 /**/
742 23, 744 23,
743 /**/ 745 /**/
744 22, 746 22,
745 /**/ 747 /**/