Data Fields | |
unsigned | qf_id |
Unique identifier for this list. More... | |
qfltype_T | qfl_type |
qfline_T * | qf_start |
pointer to the first error More... | |
qfline_T * | qf_last |
pointer to the last error More... | |
qfline_T * | qf_ptr |
pointer to the current error More... | |
int | qf_count |
number of errors (0 means empty list) More... | |
int | qf_index |
current index in the error list More... | |
int | qf_nonevalid |
TRUE if not a single valid entry found. More... | |
char * | qf_title |
typval_T * | qf_ctx |
context set by setqflist/setloclist More... | |
Callback | qf_qftf_cb |
'quickfixtextfunc' callback function More... | |
struct dir_stack_T * | qf_dir_stack |
char * | qf_directory |
struct dir_stack_T * | qf_file_stack |
char * | qf_currfile |
bool | qf_multiline |
bool | qf_multiignore |
bool | qf_multiscan |
long | qf_changedtick |
Quickfix/Location list definition
Usually the list contains one or more entries. But an empty list can be created using setqflist()/setloclist() with a title and/or user context information and entries can be added later using setqflist()/setloclist().
long qf_list_S::qf_changedtick |
int qf_list_S::qf_count |
number of errors (0 means empty list)
typval_T* qf_list_S::qf_ctx |
context set by setqflist/setloclist
char* qf_list_S::qf_currfile |
struct dir_stack_T* qf_list_S::qf_dir_stack |
char* qf_list_S::qf_directory |
struct dir_stack_T* qf_list_S::qf_file_stack |
unsigned qf_list_S::qf_id |
Unique identifier for this list.
int qf_list_S::qf_index |
current index in the error list
qfline_T* qf_list_S::qf_last |
pointer to the last error
bool qf_list_S::qf_multiignore |
bool qf_list_S::qf_multiline |
bool qf_list_S::qf_multiscan |
int qf_list_S::qf_nonevalid |
TRUE if not a single valid entry found.
qfline_T* qf_list_S::qf_ptr |
pointer to the current error
Callback qf_list_S::qf_qftf_cb |
'quickfixtextfunc' callback function
qfline_T* qf_list_S::qf_start |
pointer to the first error
char* qf_list_S::qf_title |
title derived from the command that created the error list or set by setqflist
qfltype_T qf_list_S::qfl_type |