#include <buffer_defs.h>
Data Fields | |
hashtab_T | b_keywtab |
hashtab_T | b_keywtab_ic |
int | b_syn_error |
bool | b_syn_slow |
int | b_syn_ic |
int | b_syn_foldlevel |
int | b_syn_spell |
garray_T | b_syn_patterns |
garray_T | b_syn_clusters |
int | b_spell_cluster_id |
int | b_nospell_cluster_id |
int | b_syn_containedin |
int | b_syn_sync_flags |
int16_t | b_syn_sync_id |
long | b_syn_sync_minlines |
long | b_syn_sync_maxlines |
long | b_syn_sync_linebreaks |
char_u * | b_syn_linecont_pat |
regprog_T * | b_syn_linecont_prog |
syn_time_T | b_syn_linecont_time |
int | b_syn_linecont_ic |
int | b_syn_topgrp |
int | b_syn_conceal |
int | b_syn_folditems |
synstate_T * | b_sst_array |
int | b_sst_len |
synstate_T * | b_sst_first |
synstate_T * | b_sst_firstfree |
int | b_sst_freecount |
linenr_T | b_sst_check_lnum |
disptick_T | b_sst_lasttick |
garray_T | b_langp |
bool | b_spell_ismw [256] |
char_u * | b_spell_ismw_mb |
char_u * | b_p_spc |
regprog_T * | b_cap_prog |
char_u * | b_p_spf |
char_u * | b_p_spl |
char_u * | b_p_spo |
int | b_cjk |
char_u | b_syn_chartab [32] |
char_u * | b_syn_isk |