| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …thread-bindings","get-validator","group-by","halt-when","hash","hash-combine","hash-map","hash-ord…
|
| H A D | rubycomplete.vim | 631 require 'thread'
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | csdl.vim | 55 syn match csdlTarget 'reddit\.thread' 193 syn match csdlTarget 'imdb\.thread' 201 syn match csdlTarget 'amazon\.thread' 286 syn match csdlTarget 'flickr\.thread' 427 syn match csdlTarget 'topix\.thread' 457 syn match csdlTarget 'board\.thread' 484 syn match csdlTarget '2ch\.thread'
|
| H A D | neomuttrc.vim | 631 \ 'bol', 'bottom-page', 'bottom', 'bounce-message', 'break-thread', 'buffy-cycle', 636 \ 'collapse-thread', 'complete-query', 'complete', 'compose-to-sender', 'copy-file', 640 \ 'delete-message', 'delete-pattern', 'delete-subthread', 'delete-thread', 'delete', 647 \ 'enter-command', 'enter-mask', 'entire-thread', 'eol', 'exit', 'extract-keys', 655 \ 'limit-current-thread', 'limit', 'link-threads', 'list-reply', 'mail-key', 659 \ 'next-new-then-unread', 'next-new', 'next-page', 'next-subthread', 'next-thread', 663 \ 'previous-subthread', 'previous-thread', 'previous-undeleted', 'previous-unread', 664 \ 'print-entry', 'print-message', 'purge-message', 'purge-thread', 'quasi-delete', 665 \ 'query-append', 'query', 'quit', 'quote-char', 'read-subthread', 'read-thread', 676 \ 'tag-prefix', 'tag-subthread', 'tag-thread', 'toggle-active', 'toggle-disposition', [all …]
|
| H A D | cf.vim | 664 \|thread 826 \|thread 851 \|thread
|
| H A D | clojure.vim | 32 …thread-bindings","clojure.core/get-validator","clojure.core/group-by","clojure.core/halt-when","cl…
|
| H A D | pine.vim | 289 syn keyword pineOption next-thread-without-confirm 329 syn keyword pineOption slash-collapses-entire-thread 335 syn keyword pineOption thread-index-shows-important-color
|
| H A D | lout.vim | 16 " See the discussion at http://thread.gmane.org/gmane.editors.vim.devel/32151
|
| H A D | gdb.vim | 30 syn keyword gdbStatement contained stop target tbreak tdump tfind thbreak thread tp trace tstart ts…
|
| H A D | zimbu.vim | 39 syn keyword zimbuCompType proc func def thread evalThread lock cond pipe
|
| H A D | muttrc.vim | 468 …match muttrcFunction contained "\<\%(delete\|next\|previous\|read\|tag\|break\|undelete\)-thread\>" 491 syn match muttrcFunction contained "\<tag-\%(pattern\|\%(sub\)\?thread\|prefix\%(-cond\)\?\)\>" 496 syn match muttrcFunction contained "\<collapse-\%(parts\|thread\|all\)\>"
|
| H A D | sas.vim | 188 … from go goto if leave method otherwise package point return select then thread to until when whil… 190 syn keyword sasDS2StatementComplexKeyword package thread contained
|
| H A D | ocaml.vim | 45 …er\|remove_printer\|require\|list\|ppx\|principal\|predicates\|rectypes\|thread\|trace\|untrace\|u…
|
| H A D | aml.vim | 59 …ze staggered station stop stripe sys system tablet tb terminal test then thread to top translate t…
|
| /vim-8.2.3635/src/ |
| H A D | regexp_nfa.c | 4335 nfa_thread_T *thread; in has_state_with_pos() local 4340 thread = &l->t[i]; in has_state_with_pos() 4341 if (thread->state->id == state->id in has_state_with_pos() 4342 && sub_equal(&thread->subs.norm, &subs->norm) in has_state_with_pos() 4347 && pim_equal(&thread->pim, pim)) in has_state_with_pos() 4511 nfa_thread_T *thread; in addstate() local 4692 thread = &l->t[l->n++]; in addstate() 4693 thread->state = state; in addstate() 4695 thread->pim.result = NFA_PIM_UNUSED; in addstate() 4698 copy_pim(&thread->pim, pim); in addstate() [all …]
|
| H A D | link.sh | 56 …ub inet socket dir elf iconv Xt Xmu Xp Xpm X11 Xdmcp x w perl dl pthread thread readline m crypt a…
|
| H A D | os_win32.c | 4438 HANDLE thread = (HANDLE) in mch_system_piped() local 4445 CloseHandle(thread); in mch_system_piped()
|
| H A D | if_mzsch.c | 925 static __declspec(thread) void *tls_space;
|
| H A D | configure.ac | 1145 darwindir=$dir/darwin-thread-multi-2level
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 763 if msg =~ '^\(\*stopped\|\*running\|=thread-selected\)' 769 elseif msg =~ '^=thread-group-started' 1169 if a:msg =~ '^\(\*stopped\|=thread-selected\)' && filereadable(fname)
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 828 " Running pydo command (Test_pydo) before this test, stops the python thread 857 " Check if the background thread is working. Count should be 10, but on a
|
| H A D | test_python3.vim | 1023 " Running py3do command (Test_pydo) before this test, stops the python thread 1052 " Check if the background thread is working. Count should be 10, but on a
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 6210 darwindir=$dir/darwin-thread-multi-2level
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 9335 Problem: When Perl has thread support Vim cannot use the Perl interface. 11841 Problem: Compiling the Tcl interface with thread support causes ":make" to 11844 compile flags for using the thread library. 14158 Solution: Change the #ifdefs for the saved thread stuff.
|
| H A D | version7.txt | 2079 This breaks the thread stuff though, fixed by Ugo. 14337 Problem: State specific to the Python thread is discarded. 14857 Solution: Move the statements to manipulate thread state. 16144 Solution: Fix thread issues and True/False. (ZyX)
|