comparison src/buffer.c @ 809:4f1b94b51e99 v7.0b02

updated for version 7.0b02
author vimboss
date Sun, 26 Mar 2006 21:06:50 +0000
parents b5aed52a4881
children c68b7b2b9e07
comparison
equal deleted inserted replaced
808:111e109dad13 809:4f1b94b51e99
3705 case STL_HELPFLAG: 3705 case STL_HELPFLAG:
3706 case STL_HELPFLAG_ALT: 3706 case STL_HELPFLAG_ALT:
3707 itemisflag = TRUE; 3707 itemisflag = TRUE;
3708 if (wp->w_buffer->b_help) 3708 if (wp->w_buffer->b_help)
3709 str = (char_u *)((opt == STL_HELPFLAG_ALT) ? ",HLP" 3709 str = (char_u *)((opt == STL_HELPFLAG_ALT) ? ",HLP"
3710 : _("[help]")); 3710 : _("[Help]"));
3711 break; 3711 break;
3712 3712
3713 #ifdef FEAT_AUTOCMD 3713 #ifdef FEAT_AUTOCMD
3714 case STL_FILETYPE: 3714 case STL_FILETYPE:
3715 if (*wp->w_buffer->b_p_ft != NUL 3715 if (*wp->w_buffer->b_p_ft != NUL
4973 if (win->w_buffer == buf) 4973 if (win->w_buffer == buf)
4974 break; 4974 break;
4975 if (win != NULL && win->w_llist_ref != NULL) 4975 if (win != NULL && win->w_llist_ref != NULL)
4976 return _("[Location List]"); 4976 return _("[Location List]");
4977 else 4977 else
4978 return _("[Error List]"); 4978 return _("[Quickfix List]");
4979 } 4979 }
4980 #endif 4980 #endif
4981 #ifdef FEAT_QUICKFIX 4981 #ifdef FEAT_QUICKFIX
4982 /* There is no _file_ when 'buftype' is "nofile", b_sfname 4982 /* There is no _file_ when 'buftype' is "nofile", b_sfname
4983 * contains the name as specified by the user */ 4983 * contains the name as specified by the user */