Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dtest_vartabs.vim1 " Test for variable tabstops
16 " Test normal operation of tabstops ...
29 " Test variable tabstops.
60 " Variable tabstops and softtabstops combined.
154 " Test normal operation of tabstops ...
167 " Test variable tabstops.
198 " Variable tabstops and softtabstops combined.
/vim-8.2.3635/src/libvterm/src/
H A Dstate.c89 state->tabstops = vterm_allocator_malloc(state->vt, (state->cols + 7) / 8); in vterm_state_new()
105 vterm_allocator_free(state->vt, state->tabstops); in vterm_state_free()
194 state->tabstops[col >> 3] |= mask; in set_col_tabstop()
200 state->tabstops[col >> 3] &= ~mask; in clear_col_tabstop()
206 return state->tabstops[col >> 3] & mask; in is_col_tabstop()
1783 if(state->tabstops[col >> 3] & mask) in on_resize()
1797 vterm_allocator_free(state->vt, state->tabstops); in on_resize()
1798 state->tabstops = newtabstops; in on_resize()
H A Dvterm_internal.h88 unsigned char *tabstops; member
/vim-8.2.3635/src/libvterm/t/
H A D27state_reset.test28 !RIS clears tabstops
H A D21state_tabstops.test35 # Should be 100/8 = 12 tabstops
/vim-8.2.3635/runtime/ftplugin/
H A Dflexwiki.vim30 " 4-char tabstops, per flexwiki.el
/vim-8.2.3635/runtime/doc/
H A Dusr_25.txt277 Vim can change the use of tabstops in your file. First, set 'tabstop' to
H A Dchange.txt994 applies to all following tabstops.
998 with tabstops at 8 but edited with tabstops set at 4. Warning: white space
H A Dvarious.txt478 B *+vartabs* Variable-width tabstops. |'vartabstop'|
H A Doptions.txt8492 < This will set soft tabstops with 8 and 8 + 32 spaces, and 8 more
/vim-8.2.3635/runtime/syntax/
H A D2html.vim1659 " adding tabstops (which could be variable) until we would exceed