| /vim-8.2.3635/src/testdir/ |
| H A D | test_vartabs.vim | 30 set sts=0 vts=4,8,4,8 36 set et vts=4,8,4,8 49 set vts= 61 set vsts=6,12,8 vts=4,6,8 67 set ts=8 sts=0 vts= vsts= 74 set ts=8 sts=0 vts=6 vsts= 81 set ts=6 sts=0 vts= vsts= 168 set sts=0 vts=4,8,4,8 174 set et vts=4,8,4,8 187 set vts= [all …]
|
| H A D | test_breakindent.vim | 62 call s:close_windows('set vts&') 90 call s:close_windows('set sbr= vts&') 119 call s:close_windows('set sbr= vts&') 150 call s:close_windows('set sbr= vts&') 177 call s:close_windows('set vts&') 204 call s:close_windows('set vts&') 262 call s:close_windows('set sbr= vts&') 468 call s:close_windows('set vts&') 503 call s:close_windows('set vts&') 536 call s:close_windows('set vts&') [all …]
|
| /vim-8.2.3635/src/ |
| H A D | indent.c | 105 if (vts == NULL || vts[0] == 0) in tabstop_padding() 112 tabcol += vts[t]; in tabstop_padding() 120 padding = vts[tabcount] - (int)((col - tabcol) % vts[tabcount]); in tabstop_padding() 136 if (vts == 0 || vts[0] == 0) in tabstop_at() 142 tabcol += vts[t]; in tabstop_at() 166 if (vts == NULL || vts[0] == 0) in tabstop_start() 172 tabcol += vts[t]; in tabstop_start() 190 int *vts, in tabstop_fromto() argument 201 if (vts == NULL || vts[0] == 0) in tabstop_fromto() 224 tabcol += vts[t]; in tabstop_fromto() [all …]
|
| H A D | beval.c | 165 vim_free(beval->vts); in get_beval_info() 166 beval->vts = tabstop_copy((*winp)->w_buffer->b_p_vts_array); in get_beval_info() 167 if ((*winp)->w_buffer->b_p_vts_array != NULL && beval->vts == NULL) in get_beval_info()
|
| H A D | beval.h | 76 int *vts; // vartabstop setting for this buffer member
|
| H A D | gui_beval.c | 167 if (beval->vts) in gui_mch_destroy_beval_area() 168 vim_free(beval->vts); in gui_mch_destroy_beval_area()
|
| H A D | charset.c | 1232 int *vts = wp->w_buffer->b_p_vts_array; in getvcol() local 1278 incr = tabstop_padding(vcol, ts, vts); in getvcol()
|
| H A D | gui.c | 785 vim_free(balloonEval->vts); in gui_init()
|
| H A D | gui_w32.c | 8762 vim_free(beval->vts); in gui_mch_destroy_beval_area()
|
| /vim-8.2.3635/src/proto/ |
| H A D | indent.pro | 3 int tabstop_padding(colnr_T col, int ts_arg, int *vts); 4 int tabstop_at(colnr_T col, int ts, int *vts); 5 colnr_T tabstop_start(colnr_T col, int ts, int *vts); 6 void tabstop_fromto(colnr_T start_col, colnr_T end_col, int ts_arg, int *vts, int *ntabs, int *nspc… 18 int get_indent_str_vtab(char_u *ptr, int ts, int *vts, int list);
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | vterm_internal.h | 269 void vterm_state_push_output_sprintf_CSI(VTermState *vts, const char *format, ...);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cs.vim | 224 " vim: vts=16,28
|
| H A D | vim.vim | 37 …th tbidi termbidi terse tgst titlelen toolbar tsr ttyfast tws ul ur ve vif vts wcr wi wildmenu win…
|
| H A D | 2html.vim | 1629 let s:tablist = split(&vts,',')
|
| H A D | nginx.vim | 2204 " VTS Module <https://github.com/vozlt/nginx-module-vts>
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | tohtml.vim | 764 \ &expandtab || &ts != 8 || &vts != '' || user_settings.number_lines ||
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 884 call <SID>OptionL("vts")
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | quickref.txt | 976 'vartabstop' 'vts' a list of number of spaces for <Tab>s
|
| H A D | tags | 1209 'vts' options.txt /*'vts'*
|
| H A D | options.txt | 8498 *'vartabstop'* *'vts'* 8499 'vartabstop' 'vts' string (default "")
|
| H A D | version8.txt | 26721 Solution: Initialize balloonEval->vts to NULL. (Markus Braun)
|