comparison src/buffer.c @ 9:4102fb4ea781 v7.0002

updated for version 7.0002
author vimboss
date Sun, 20 Jun 2004 12:51:53 +0000
parents 3fc0f57ecb91
children bdeee1504ac1
comparison
equal deleted inserted replaced
8:7edf9b6e4c36 9:4102fb4ea781
4577 return (char *)buf->b_sfname; 4577 return (char *)buf->b_sfname;
4578 return "[Scratch]"; 4578 return "[Scratch]";
4579 } 4579 }
4580 #endif 4580 #endif
4581 if (buf->b_fname == NULL) 4581 if (buf->b_fname == NULL)
4582 return _("[No File]"); 4582 return _("[No Name]");
4583 return NULL; 4583 return NULL;
4584 } 4584 }
4585 4585
4586 4586
4587 #if defined(FEAT_SIGNS) || defined(PROTO) 4587 #if defined(FEAT_SIGNS) || defined(PROTO)