Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dtest_increment.vim319 " max: 100px
320 " max: 200px
321 " max: 300px
322 " max: 400px
325 " max: 110px
326 " max: 220px
330 " max: 90px
335 call setline(1, ["max: 100px", "max: 200px", "max: 300px", "max: 400px"])
337 call assert_equal(["max: 110px", "max: 210px", "max: 310px", "max: 400px"], getline(1, '$'))
340 call setline(1, ["max: 100px", "max: 200px", "max: 300px", "max: 400px"])
[all …]
H A Dtest_cindent.vim4620 (width - 50 + offset) + "px";
4688 (width - 50 + offset) + "px";
/vim-8.2.3635/runtime/doc/
H A Dgui_x11.txt430 margin-top: -2px;
433 margin-left: 0px;
435 padding-top: 0px;
438 padding-left: 0px
442 margin-top: -1px;
445 margin-left: 3px;
447 padding-top: 0px;
456 margin: -2px 0px;
457 padding: 0px;
461 margin: -1px 3px;
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dpcap.vim24 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
H A Dj.vim54 " \b\k<complex1>([px]\k<complex2>)?(b\k<basevalue>)?(?![0-9A-Za-z_.])
58 …\=\d\+\%(\.\d*\)\=\|_\.\d\+\|\.\d\+\)\%([eE]_\=\d\+\)\=\)\=\|__\=\)\)\=\%([px]\%(\%(_\=\d\+\%(\.\d…
H A D2html.vim377 " which cause browsers to display a 1px gap between lines when these
549 " Wrap the whole thing in a span for the 1px padding workaround for gaps.
641 " which shows 1px gaps between lines which have background
642 let a = a . "padding-bottom: 1px; "
1819 …olded-content]:first-child::before { padding-bottom: 1px; display: inline-block; /* match the 1-px
1828 …-'.s:style_name.'-content]::before { padding-bottom: 1px; display: inline-block; /* match the 1-px
H A Dcss.vim74 syn match cssValueLength contained "[-+]\=\d\+\(\.\d*\)\=\(mm\|cm\|in\|pt\|pc\|em\|ex\|px\|rem\|dpi…
462 syntax match cssUnitDecorators /\(#\|-\|+\|%\|mm\|cm\|in\|pt\|pc\|em\|ex\|px\|ch\|rem\|vh\|vw\|vmin…
/vim-8.2.3635/runtime/plugin/
H A Dtohtml.vim94 " diff filler lines. Fix that some fonts have a 1px
176 " * Bug: still a 1px gap throughout the fold column when html_prevent_copy is
/vim-8.2.3635/src/
H A Dfilepath.c2973 char_u *px = x; in vim_fnamencmp() local
2980 cx = PTR2CHAR(px); in vim_fnamencmp()
2987 len -= mb_ptr2len(px); in vim_fnamencmp()
2988 px += mb_ptr2len(px); in vim_fnamencmp()
/vim-8.2.3635/runtime/spell/en/
H A Den_NZ.diff1612 ! SFX O 0 ual [px]t
1625 ! SFX o 0 ually [px]t
2300 ! SFX O 0 ual [px]t
2313 ! SFX o 0 ually [px]t
H A Den_AU.diff1612 ! SFX O 0 ual [px]t
1625 ! SFX o 0 ually [px]t
2299 ! SFX O 0 ual [px]t
2312 ! SFX o 0 ually [px]t
/vim-8.2.3635/runtime/autoload/
H A Dtohtml.vim660 \ 'table, td, th { border: 1px solid; }',