| /vim-8.2.3635/src/testdir/ |
| H A D | test_popupwin_textprop.vim | 27 \ padding: [0,1,0,1], 74 \ padding: [0,1,0,1], 80 \ padding: [0,1,0,1], 86 \ padding: [0,1,0,1], 91 \ padding: [0,1,0,1], 136 \ padding: [0,1,0,1], 144 \ padding: [0,1,0,1], 152 \ padding: [0,1,0,1], 159 \ padding: [0,1,0,1],
|
| H A D | test_popupwin.vim | 86 call popup_create('hello padding', #{line: 2, col: 23, padding: []}) 159 let winid = popup_create('hello padding', #{line: 2, col: 3, padding: []}) 295 \ padding: [], 303 \ padding: [], 311 \ padding: [], 319 \ padding: [], 327 \ padding: [], 678 \ padding: [], 772 \ padding: [], 793 \ padding: [], [all …]
|
| /vim-8.2.3635/src/ |
| H A D | indent.c | 103 int padding = 0; in tabstop_padding() local 115 padding = (int)(tabcol - col); in tabstop_padding() 120 padding = vts[tabcount] - (int)((col - tabcol) % vts[tabcount]); in tabstop_padding() 122 return padding; in tabstop_padding() 196 int padding = 0; in tabstop_fromto() local 227 padding = (int)(tabcol - start_col); in tabstop_fromto() 235 if (spaces < padding) in tabstop_fromto() 243 spaces -= padding; in tabstop_fromto() 248 padding = vts[t]; in tabstop_fromto() 249 if (spaces < padding) in tabstop_fromto() [all …]
|
| H A D | textformat.c | 381 int padding = second_indent - leader_len; in internal_format() local 389 for (i = 0; i < padding; i++) in internal_format()
|
| H A D | gui_w32.c | 6032 CONST INT *padding) in RevOut() argument 6038 pcliprect, text + ix, 1, padding); in RevOut() 6111 static int *padding = NULL; in gui_mch_draw_string() local 6202 if (pad_size != Columns || padding == NULL || padding[0] != gui.char_width) in gui_mch_draw_string() 6204 vim_free(padding); in gui_mch_draw_string() 6209 padding = LALLOC_MULT(int, pad_size); in gui_mch_draw_string() 6210 if (padding != NULL) in gui_mch_draw_string() 6212 padding[i] = gui.char_width; in gui_mch_draw_string() 6367 foptions, pcliprect, (char *)text, len, padding); in gui_mch_draw_string() 6371 foptions, pcliprect, (char *)text, len, padding); in gui_mch_draw_string()
|
| H A D | change.c | 2075 int padding = second_line_indent in open_line() local 2081 for (i = 0; i < padding; i++) in open_line()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | popup.txt | 296 \ padding: [], 457 \ padding: [0,1,0,1], 511 \ padding: [0,1,0,1], 544 padding 653 padding. 655 padding. 657 padding and scrollbar. 659 padding and scrollbar. 677 start and end as padding. 697 padding List with numbers, defining the padding [all …]
|
| H A D | gui_x11.txt | 435 padding-top: 0px; 436 padding-right: 0px; 437 padding-bottom: 0px; 438 padding-left: 0px 447 padding-top: 0px; 448 padding-right: 0px; 449 padding-bottom: 0px; 450 padding-left: 0px 457 padding: 0px; 462 padding: 0px [all …]
|
| H A D | visual.txt | 349 padding includes TABs optimally according to 'ts' and 'et'. The LHS of the
|
| H A D | usr_41.txt | 1131 popup_dialog() create popup centered with padding and border
|
| H A D | version8.txt | 24293 Solution: Reorder struct members to optimize padding. (Dominique Pelle, 34835 Problem: Popup window padding and border not implemented yet. 34836 Solution: Implement padding and border. Add core position and size to 34881 Problem: Popup window positioning wrong when using padding or borders. 35542 Problem: When a popup has left padding text may be cut off. 35543 Solution: Add the border and padding when computing the size. 35602 and padding into account. 36445 Problem: Default padding for popup window menu is too much. 36446 Solution: Only add padding left and right. 40290 Solution: Move fields to avoid padding. (Dominique Pelle, closes #5202) [all …]
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 60screen_ascii.test | 48 !Space padding 54 !Linefeed padding
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …ow-y pad padding padding-block-end padding-block-start padding-bottom padding-inline-end padding-i… 391 elseif prop == 'padding' 393 …elseif prop =~ 'padding-\%(top\|right\|bottom\|left\|inline-start\|inline-end\|block-start\|block-… 440 …let values = ["margin-box", "border-box", "padding-box", "content-box", 'inset(', 'circle(', 'elli…
|
| H A D | javascriptcomplete.vim | 327 \ 'outlineColor', 'outlineStyle', 'outlineWidth', 'padding', 'paddingBottom',
|
| H A D | tohtml.vim | 659 \ 'html, body, table, tbody { width: 100%; margin: 0; padding: 0; }',
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | bzl.vim | 91 let l:padding = repeat(' ', l:width - len(l:lines_folded) - len(l:text)) 92 return l:text . l:padding . l:lines_folded
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | screen.c | 764 int padding = 0; in _get_chars() local 795 padding++; in _get_chars() 800 while(padding) { in _get_chars() 802 padding--; in _get_chars() 812 padding = 0; in _get_chars()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | 2html.vim | 549 " Wrap the whole thing in a span for the 1px padding workaround for gaps. 642 let a = a . "padding-bottom: 1px; " 857 \ "body * { margin: 0; padding: 0; }", "", 1776 … call append('.', 'input { border: none; margin: 0; padding: 0; font-family: '.s:htmlfont.'; }') 1819 …ata-Folded-content]:first-child::before { padding-bottom: 1px; display: inline-block; /* match the… 1828 …[data-'.s:style_name.'-content]::before { padding-bottom: 1px; display: inline-block; /* match the…
|
| H A D | wml.vim | 70 syn keyword htmlArg contained padding nonetscape noscale notag notypo
|
| H A D | eterm.vim | 174 \ start='border\|bevel\%(\s\+\%(up\|down\)\)\|padding'
|
| H A D | css.vim | 195 syn match cssBoxProp contained "\<padding\(-\(top\|right\|bottom\|left\)\)\=\>" 361 syn match cssUIAttr contained "\<\(content\|padding\|border\)\(-box\)\=\>"
|
| H A D | ratpoison.vim | 112 syn keyword ratpoisonSetArg padding contained nextgroup=ratpoisonNumberArg
|
| H A D | neomuttrc.vim | 135 function! s:escapesConditionals(baseName, sequence, padding, conditional) argument 137 if a:padding
|
| H A D | sqlanywhere.vim | 554 syn keyword sqlKeyword package packetsize padding page pages
|
| H A D | typescriptcommon.vim | 1587 syntax keyword typescriptDOMStyle contained overflowClipBox padding paddingBottom
|