| /vim-8.2.3635/src/ |
| H A D | ui.c | 441 long remaining = wtime; in ui_wait_for_chars_or_timer() local 451 while (wtime < 0 || remaining > 0) in ui_wait_for_chars_or_timer() 461 if (due_time <= 0 || (wtime > 0 && due_time > remaining)) in ui_wait_for_chars_or_timer() 462 due_time = remaining; in ui_wait_for_chars_or_timer() 499 remaining -= due_time; in ui_wait_for_chars_or_timer()
|
| H A D | viminfo.c | 202 if (len > remaining - 2) in barline_writestring() 205 remaining = LSIZE - 20; in barline_writestring() 215 --remaining; in barline_writestring() 221 --remaining; in barline_writestring() 225 --remaining; in barline_writestring() 227 if (remaining < 3) in barline_writestring() 233 remaining = LSIZE - 20; in barline_writestring() 237 return remaining - 2; in barline_writestring() 1917 int remaining; in write_viminfo_registers() local 1936 --remaining; in write_viminfo_registers() [all …]
|
| H A D | gui_haiku.cc | 1041 BRect remaining = frame; in init() local 1042 textArea = new VimTextAreaView(remaining); in init() 1081 BRect remaining = Bounds(); in AllAttached() local 1084 remaining.top += MenuHeight(); in AllAttached() 1085 menuBar->ResizeTo(remaining.right, remaining.top); in AllAttached() 1090 toolBar->MoveTo(remaining.left, remaining.top); in AllAttached() 1092 remaining.top += ToolbarHeight(); in AllAttached() 1097 tabLine->MoveTo(remaining.left, remaining.top); in AllAttached() 1099 remaining.top += TablineHeight(); in AllAttached() 1103 textArea->ResizeTo(remaining.Width(), remaining.Height()); in AllAttached() [all …]
|
| H A D | time.c | 684 long remaining; in add_timer_info() local 695 remaining = proftime_time_left(&timer->tr_due, &now); in add_timer_info() 696 dict_add_number(dict, "remaining", (long)remaining); in add_timer_info()
|
| H A D | INSTALL | 144 does not proceed to check any of the remaining ones. Otherwise, it moves on
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | context.vim | 49 \ . '%-G%.%#' " Skip remaining lines
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_timers.vim | 103 call assert_true(info[0]['remaining'] > 500) 104 call assert_true(info[0]['remaining'] <= 1000)
|
| H A D | test_virtualedit.vim | 229 " Using "C" then then <CR> moves the last remaining character to the next
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | pascal.vim | 181 " Most "begin"s will have been handled by now. Any remaining
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_12.txt | 73 999@q Execute the q register on the remaining files. 193 |:global| proceeds to match all remaining lines of the file and puts each as
|
| H A D | remote.txt | 139 the command line. I.e. all remaining arguments will be regarded as filenames.
|
| H A D | help.txt | 124 |various.txt| various remaining commands
|
| H A D | if_mzsch.txt | 211 {end}-{start} the remaining lines will
|
| H A D | if_lua.txt | 508 conversion of any of the remaining Lua types, including userdata other than
|
| H A D | if_cscop.txt | 85 See the remaining sections on how the cscope interface works and for
|
| H A D | usr_24.txt | 75 This uses special keys to move around, while remaining in Insert mode. This
|
| /vim-8.2.3635/src/po/ |
| H A D | README.txt | 60 - The remaining work is like updating, see the next section.
|
| /vim-8.2.3635/runtime/macros/life/ |
| H A D | life.vim | 214 " The number of remaining characters is the number of living neighbours.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mma.vim | 118 " catch remaining (**********)'s
|
| H A D | inform.vim | 225 syn keyword informMetaAttrib remaining create destroy recreate copy call
|
| H A D | go.vim | 347 " match remaining two-char operators: := && || <- ++ --
|
| H A D | 8th.vim | 82 Builtin ref@ G:ref@ reg! G:reg! reg@ G:reg@ regbin@ G:regbin@ remaining-args G:remaining-args repe…
|
| /vim-8.2.3635/nsis/ |
| H A D | gvim.nsi | 326 # It seems that the old version is still remaining.
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | matchit.txt | 366 The b:match_tail variable is set to the remaining patterns in
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 172 "Un-escape the remaining , and : characters.
|