comparison src/version.c @ 5479:6707c44cec61 v7.4.089

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)
author Bram Moolenaar <bram@vim.org>
date Tue, 12 Nov 2013 05:12:03 +0100
parents 853a76c7fded
children 31217cc48e7d
comparison
equal deleted inserted replaced
5478:8598fbd3bc5e 5479:6707c44cec61
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 89,
741 /**/ 743 /**/
742 88, 744 88,
743 /**/ 745 /**/
744 87, 746 87,
745 /**/ 747 /**/