1
0
forked from aniani/vim

updated for version 7.1-146

This commit is contained in:
Bram Moolenaar
2007-10-29 21:38:54 +00:00
parent 711d5b5c94
commit b52e260d23
3 changed files with 6 additions and 4 deletions

View File

@@ -4251,7 +4251,8 @@ restore_backup:
* they don't it adds one.
* With other RMS structures it works perfect without this fix.
*/
if ((buf->b_fab_rat & (FAB$M_FTN | FAB$M_CR)) != 0)
if (buf->b_fab_rfm == FAB$C_VFC
|| ((buf->b_fab_rat & (FAB$M_FTN | FAB$M_CR)) != 0))
{
int b2write;