Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 57) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dcolor_ramp.vim61 for high in range(0, 5)
64 let nr = low + high * 36
68 call setline(lnum + high, s)
H A Dterm_util.vim79 " Make the window 20 lines high and 75 columns, unless told otherwise or
/vim-8.2.3635/runtime/tools/
H A Dunicode.vim322 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 Drun-test.pl179 my ( $low, $high ) = ( $1, $2 );
180 foreach my $val ( $low .. $high ) {
H A D03encoding_utf8.test9 # Easy way to do this is to check it does low/high boundary cases, as that
/vim-8.2.3635/src/
H A Dsha256.c239 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 Dmemline.c4135 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 Dfold.c1140 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 Dch.vim8 " Ch is a C/C++ interpreter with many high level extensions
H A Ddebchangelog.vim216 amenu Changelog.Set\ Urgency.&high :call Urgency("high")<CR>
/vim-8.2.3635/runtime/indent/
H A Dch.vim8 " Ch is a C/C++ interpreter with many high level extensions
/vim-8.2.3635/src/libvterm/doc/
H A Dseqs.txt190 SGR 90-97 = Foreground ANSI high-intensity
191 SGR 100-107 = Background ANSI high-intensity
/vim-8.2.3635/runtime/syntax/
H A Dch.vim8 " Ch is a C/C++ interpreter with many high level extensions
H A Duil.vim4 " Please be aware: I'm often slow to answer email due to a high
H A Ddebchangelog.vim17 let s:urgency='urgency=\(low\|medium\|high\|emergency\|critical\)\( [^[:space:],][^,]*\)\='
H A Davra.vim33 syn keyword avraOperator low high byte2 byte3 byte4 lwrd hwrd page exp2 log2
H A D8th.vim251 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 Dpapp.vim12 " the clutter high on the screen - mixing three languages is difficult
H A Djproperties.vim25 " ones, however, are rarely used, if ever, and handling them in the high-
H A Dspecman.vim41 syn keyword specmanPacking packing low high
H A Dvhdl.vim89 syn match vhdlAttribute "\'high"
H A Djal.vim97 syn keyword jalBit high low
/vim-8.2.3635/runtime/
H A Dgvimrc_example.vim21 set ch=2 " Make command line two lines high
/vim-8.2.3635/runtime/doc/
H A Dwindows.txt158 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 Dcsscomplete.vim539 let values = ["absolute", "x-low", "low", "medium", "high", "x-high"]
541 let values = ["absolute", "x-low", "low", "medium", "high", "x-high"]

123