Home
last modified time | relevance | path

Searched refs:padding (Results 1 – 25 of 30) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_popupwin_textprop.vim27 \ 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 Dtest_popupwin.vim86 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 Dindent.c103 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 Dtextformat.c381 int padding = second_indent - leader_len; in internal_format() local
389 for (i = 0; i < padding; i++) in internal_format()
H A Dgui_w32.c6032 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 Dchange.c2075 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 Dpopup.txt296 \ 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 Dgui_x11.txt435 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 Dvisual.txt349 padding includes TABs optimally according to 'ts' and 'et'. The LHS of the
H A Dusr_41.txt1131 popup_dialog() create popup centered with padding and border
H A Dversion8.txt24293 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 D60screen_ascii.test48 !Space padding
54 !Linefeed padding
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim9 …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 Djavascriptcomplete.vim327 \ 'outlineColor', 'outlineStyle', 'outlineWidth', 'padding', 'paddingBottom',
H A Dtohtml.vim659 \ 'html, body, table, tbody { width: 100%; margin: 0; padding: 0; }',
/vim-8.2.3635/runtime/ftplugin/
H A Dbzl.vim91 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 Dscreen.c764 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 D2html.vim549 " 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 Dwml.vim70 syn keyword htmlArg contained padding nonetscape noscale notag notypo
H A Determ.vim174 \ start='border\|bevel\%(\s\+\%(up\|down\)\)\|padding'
H A Dcss.vim195 syn match cssBoxProp contained "\<padding\(-\(top\|right\|bottom\|left\)\)\=\>"
361 syn match cssUIAttr contained "\<\(content\|padding\|border\)\(-box\)\=\>"
H A Dratpoison.vim112 syn keyword ratpoisonSetArg padding contained nextgroup=ratpoisonNumberArg
H A Dneomuttrc.vim135 function! s:escapesConditionals(baseName, sequence, padding, conditional) argument
137 if a:padding
H A Dsqlanywhere.vim554 syn keyword sqlKeyword package packetsize padding page pages
H A Dtypescriptcommon.vim1587 syntax keyword typescriptDOMStyle contained overflowClipBox padding paddingBottom

12