Home
last modified time | relevance | path

Searched refs:borders (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim51 let borders = {}
72 let borders[colon] = "colon"
78 let borders[opencomm] = "opencomm"
84 let borders[style] = "style"
87 let borders[atrule] = "atrule"
90 let borders[exclam] = "exclam"
94 …if len(borders) == 0 || borders[max(keys(borders))] =~ '^\%(openbrace\|semicolon\|opencomm\|closec…
110 elseif borders[max(keys(borders))] == 'colon'
589 elseif borders[max(keys(borders))] == 'closebrace'
593 elseif borders[max(keys(borders))] == 'exclam'
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dprivoxy.vim40 …banners-by-size banners-by-link webbugs tiny-textforms jumping-windows frameset-borders demoronizer
/vim-8.2.3635/src/
H A Dgui_motif.c3088 Dimension borders; in gui_mch_compute_toolbar_height() local
3095 borders = 0; in gui_mch_compute_toolbar_height()
3108 borders += fst + fmh; in gui_mch_compute_toolbar_height()
3114 borders += tst + tmh; in gui_mch_compute_toolbar_height()
3129 return (int)(height + (borders << 1)); in gui_mch_compute_toolbar_height()
/vim-8.2.3635/runtime/ftplugin/
H A Docaml.vim530 "Out: the borders of the expression we are looking for the type
/vim-8.2.3635/runtime/doc/
H A Dgui_x11.txt503 To eliminate borders when maximized: >
H A Dpopup.txt710 When one entry it is used for all borders, otherwise
H A Dversion7.txt18194 Solution: Reduce the size, use correct borders. (Andrei Olsen)
H A Dversion8.txt34881 Problem: Popup window positioning wrong when using padding or borders.