1--- vi.h.orig Sun Oct 20 19:08:33 1991 2+++ vi.h Thu Aug 15 04:45:45 1996 3@@ -101,7 +101,7 @@ 4 #define READONLY 0x0002 /* the file is read-only */ 5 #define HADNUL 0x0004 /* the file contained NUL characters */ 6 #define MODIFIED 0x0008 /* the file has been modified */ 7-#define NOFILE 0x0010 /* no name is known for the current text */ 8+#define NOFILENAME 0x0010 /* no name is known for the current text */ 9 #define ADDEDNL 0x0020 /* newlines were added to the file */ 10 11 /* macros used to set/clear/test flags */ 12 13