| /vim-8.2.3635/src/testdir/ |
| H A D | color_ramp.vim | 61 for high in range(0, 5) 64 let nr = low + high * 36 68 call setline(lnum + high, s)
|
| H A D | term_util.vim | 79 " Make the window 20 lines high and 75 columns, unless told otherwise or
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | unicode.vim | 322 let high = keys[0] 324 if key > high + 1 325 call add(result, [low, high]) 327 let high = key 329 let high = key 332 call add(result, [low, high])
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | run-test.pl | 179 my ( $low, $high ) = ( $1, $2 ); 180 foreach my $val ( $low .. $high ) {
|
| H A D | 03encoding_utf8.test | 9 # Easy way to do this is to check it does low/high boundary cases, as that
|
| /vim-8.2.3635/src/ |
| H A D | sha256.c | 239 UINT32_T high, low; in sha256_finish() local 242 high = (ctx->total[0] >> 29) | (ctx->total[1] << 3); in sha256_finish() 245 PUT_UINT32(high, msglen, 0); in sha256_finish()
|
| H A D | memline.c | 4135 linenr_T low, high; in ml_find_line() local 4188 high = buf->b_ml.ml_line_count; in ml_find_line() 4199 high = ip->ip_high; in ml_find_line() 4222 ++high; in ml_find_line() 4224 --high; in ml_find_line() 4231 buf->b_ml.ml_locked_high = high; in ml_find_line() 4249 ip->ip_high = high; in ml_find_line() 4262 high = low - 1; in ml_find_line()
|
| H A D | fold.c | 1140 linenr_T low, high; in foldFind() local 1157 high = gap->ga_len - 1; in foldFind() 1158 while (low <= high) in foldFind() 1160 i = (low + high) / 2; in foldFind() 1163 high = i - 1; in foldFind()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ch.vim | 8 " Ch is a C/C++ interpreter with many high level extensions
|
| H A D | debchangelog.vim | 216 amenu Changelog.Set\ Urgency.&high :call Urgency("high")<CR>
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | ch.vim | 8 " Ch is a C/C++ interpreter with many high level extensions
|
| /vim-8.2.3635/src/libvterm/doc/ |
| H A D | seqs.txt | 190 SGR 90-97 = Foreground ANSI high-intensity 191 SGR 100-107 = Background ANSI high-intensity
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ch.vim | 8 " Ch is a C/C++ interpreter with many high level extensions
|
| H A D | uil.vim | 4 " Please be aware: I'm often slow to answer email due to a high
|
| H A D | debchangelog.vim | 17 let s:urgency='urgency=\(low\|medium\|high\|emergency\|critical\)\( [^[:space:],][^,]*\)\='
|
| H A D | avra.vim | 33 syn keyword avraOperator low high byte2 byte3 byte4 lwrd hwrd page exp2 log2
|
| H A D | 8th.vim | 251 Builtin draw-text-high nk:draw-text-high draw-text-wrap nk:draw-text-wrap edit-focus nk:edit-focus 278 …in rect-pad nk:rect-pad rect-shrink nk:rect-shrink rect-union nk:rect-union rect/high nk:rect/high 290 Builtin widget-high nk:widget-high widget-hovered? nk:widget-hovered? widget-mouse-click-down? nk:… 294 …win-focus nk:win-focus win-focused? nk:win-focused? win-hidden? nk:win-hidden? win-high nk:win-high
|
| H A D | papp.vim | 12 " the clutter high on the screen - mixing three languages is difficult
|
| H A D | jproperties.vim | 25 " ones, however, are rarely used, if ever, and handling them in the high-
|
| H A D | specman.vim | 41 syn keyword specmanPacking packing low high
|
| H A D | vhdl.vim | 89 syn match vhdlAttribute "\'high"
|
| H A D | jal.vim | 97 syn keyword jalBit high low
|
| /vim-8.2.3635/runtime/ |
| H A D | gvimrc_example.vim | 21 set ch=2 " Make command line two lines high
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | windows.txt | 158 Make the new window N high (default is to use half the height 193 Make new window N high (default is to use half the existing 219 Make new window N high (default is to use half the existing 546 CTRL-W = Make all windows (almost) equally high and wide, but use 816 Make new window N high. 822 Make new window N high. 828 Make new window N high. 936 it. Make the new Preview window (if required) N high. If N is 941 it. Make the new Preview window (if required) N high. If N is
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 539 let values = ["absolute", "x-low", "low", "medium", "high", "x-high"] 541 let values = ["absolute", "x-low", "low", "medium", "high", "x-high"]
|