| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_paren.txt | 42 The search is limited to avoid a delay when moving the cursor. The limits 45 - 100 lines above or below the cursor to avoid a long delay when there are 47 - 'synmaxcol' times 2 bytes before or after the cursor to avoid a delay
|
| H A D | debugger.txt | 99 The 'balloondelay' option sets the delay before an attempt is made to show a
|
| H A D | ft_sql.txt | 507 display a list of tables. There is a delay while dbext is creating the table 531 table highlighted (after the same short delay). 536 notice there is no delay since the column list has been cached. If you
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_langmap.vim | 15 " need silent! to avoid a delay when entering Insert mode 21 " need silent! to avoid a delay when entering Insert mode
|
| /vim-8.2.3635/src/ |
| H A D | winclip.c | 271 int delay = 10; in vim_open_clipboard() local 275 if (delay > 500) in vim_open_clipboard() 277 Sleep(delay); in vim_open_clipboard() 278 delay *= 2; // wait for 10, 20, 40, 80, etc. msec in vim_open_clipboard()
|
| H A D | gui_at_sb.c | 899 unsigned long delay = 0; in NotifyScroll() local 935 delay = LINE_DELAY; in NotifyScroll() 945 delay = LINE_DELAY; in NotifyScroll() 955 delay = PAGE_DELAY; in NotifyScroll() 965 delay = PAGE_DELAY; in NotifyScroll() 972 if (delay) in NotifyScroll() 975 delay, RepeatNotify, (XtPointer)w); in NotifyScroll()
|
| H A D | os_win32.c | 4125 int delay = 1; in mch_system_classic() local 4136 delay = 1; in mch_system_classic() 4139 if (WaitForSingleObject(pi.hProcess, delay) != WAIT_TIMEOUT) in mch_system_classic() 4145 if (delay < 50) in mch_system_classic() 4146 delay += 10; in mch_system_classic() 4370 int delay = 1; in mch_system_piped() local 4545 delay = 1; in mch_system_piped() 4559 if (WaitForSingleObject(pi.hProcess, delay) != WAIT_TIMEOUT) in mch_system_piped() 4571 if (delay < 50) in mch_system_piped() 4572 delay += 10; in mch_system_piped()
|
| H A D | channel.c | 3392 int delay = 1; in channel_wait() local 3418 if (sleep_time > delay) in channel_wait() 3419 sleep_time = delay; in channel_wait() 3421 delay = delay * 2; in channel_wait() 3422 if (delay > 10) in channel_wait() 3423 delay = 10; in channel_wait()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mplayerconf.vim | 56 \ utf8 vobsub vobsubid abs ao aofile aop delay 69 \ audio-delay audio-preload endpos ffourcc 82 \ doubleclick-time dvd-speed edl-backward-delay
|
| H A D | snnsnet.vim | 50 syn match snnsnetSection "time delay section"
|
| H A D | atlas.vim | 18 syn keyword atlasStatement perform leave finish output delay
|
| H A D | routeros.vim | 52 syn keyword routerosCommands beep delay put len typeof pick log time set find environment
|
| H A D | gnash.vim | 61 syn match GnashKeyword '\<delay\>'
|
| H A D | initng.vim | 43 syn keyword initngServiceKeywords delay chdir suid sgid start_pause env_file env_parse pid_file pid…
|
| H A D | simula.vim | 34 syn keyword simulaReserved activate after at before delay go goto label prior reactivate switch to
|
| H A D | arduino.vim | 39 syn keyword arduinoFunc bit bitClear bitRead bitSet bitWrite delay
|
| H A D | sqr.vim | 91 syn keyword sqrCommand rollback security set-color set-delay-print 113 syn keyword sqrParam default-numeric delay distinct dot-leader
|
| H A D | scheme.vim | 103 syn keyword schemeSyntax delay 104 syn keyword schemeSyntax delay-force
|
| H A D | icon.vim | 14 syn keyword iconFunction cos cset delay delete detab display dtor
|
| H A D | specman.vim | 63 syn keyword specmanTemporal wait change negedge rise fall delay sync sim true detach eventuall…
|
| H A D | clojure.vim | 32 …delay?","clojure.core/deliver","clojure.core/denominator","clojure.core/deref","clojure.core/deriv… 33 …delay","clojure.core/dosync","clojure.core/doto","clojure.core/extend-protocol","clojure.core/exte…
|
| H A D | lilo.vim | 51 syn keyword liloOption delay timeout verbose nextgroup=liloEqDecNumber,liloEqDecNumberComment,liloE…
|
| H A D | winbatch.vim | 67 syn keyword winbatchImplicit ddetimeout debug debugdata decimals delay dialog
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …n","defn-","defonce","defprotocol","defrecord","defstruct","deftype","delay","delay?","deliver","d…
|
| H A D | csscomplete.vim | 9 …delay animation-direction animation-duration animation-fill-mode animation-iteration-count animati… 133 elseif prop == 'animation-delay' 514 elseif prop == 'transition-delay'
|