]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-146 v7.1.146
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Oct 2007 21:38:54 +0000 (21:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Oct 2007 21:38:54 +0000 (21:38 +0000)
src/Make_vms.mms
src/fileio.c
src/version.c

index b4f9be6852ac4ba338d5b8db92a9264fd0df0e4b..8c5f74edd0cd9cd1cc4819ea0abe36f3bcb5722d 100644 (file)
@@ -2,7 +2,7 @@
 # Makefile for Vim on OpenVMS
 #
 # Maintainer:   Zoltan Arpadffy <arpadffy@polarhome.com>
-# Last change:  2007 May 07
+# Last change:  2007 Oct 22
 #
 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
 # with MMS and MMK
@@ -96,8 +96,7 @@ CCVER = YES
 
 .IFDEF MMSVAX
 .IFDEF DECC         # VAX with DECC
-CC_DEF  = cc # /decc # some system requires this switch
-                    # but when it is not required /ver might fail
+CC_DEF  = cc # /decc # some system requires this switch but when it is not required /ver might fail
 PREFIX  = /prefix=all
 .ELSE               # VAX with VAXC
 CC_DEF = cc
index 594daf335b509df90a98073a8a8b63e073a9c7f3..01663890a06e7255452ea40ac647d3110c066292 100644 (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;
 
index 3c9d39a53d9600c9ee2e629d71def8fac7dbad1a..9806fb251c9bfdd950a6055a77821c82852f4419 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    146,
 /**/
     145,
 /**/