1
0
forked from aniani/vim

updated for version 7.4.089

Problem:    When editing a file in a directory mounted through sshfs Vim
            doesn't set the security context on a renamed file.
Solution:   Add mch_copy_sec() to vim_rename(). (Peter Backes)
This commit is contained in:
Bram Moolenaar
2013-11-12 05:12:03 +01:00
parent cc63c647ee
commit 0671de335f
2 changed files with 5 additions and 0 deletions

View File

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