1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2013-09-08 15:40:49 +02:00
parent 3b7ac49e26
commit 3b26239341
2 changed files with 5 additions and 2 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
24,
/**/
23,
/**/