Home
last modified time | relevance | path

Searched refs:buf_opt_idx (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Doption.c5800 static int buf_opt_idx[BV_COUNT]; variable
5801 # define COPY_OPT_SCTX(buf, bv) buf->b_p_script_ctx[bv] = options[buf_opt_idx[bv]].script_ctx
5817 buf_opt_idx[options[i].indir & PV_MASK] = i; in init_buf_opt_idx()