Searched refs:p_buftype_values (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Doption.c2959 static char *(p_buftype_values[]) = {"nofile", "nowrite", "quickfix", "help", "acwrite", NULL}; variable
2961 static char *(p_buftype_values[]) = {"nofile", "nowrite", "quickfix", "help", NULL}; variable
6585 if (check_opt_strings(curbuf->b_p_bt, p_buftype_values, FALSE) != OK)

Completed in 83 milliseconds