| /vim-8.2.3635/runtime/indent/ |
| H A D | erlang.vim | 472 \' stack = ' . string(a:stack)) 680 if !empty(a:stack) && a:stack[0] ==# 'when' 775 " stack: [token] -- initial stack 792 let stack = a:stack 863 \ (empty(stack) || stack ==# ['when'] || stack ==# ['->'] || 941 elseif len(stack) > 1 && stack[0] ==# '->' && stack[1] ==# ';' 989 elseif len(stack) > 1 && stack[0] ==# '->' && stack[1] ==# ';' 1240 elseif empty(stack) || stack[0] ==# ';' || stack[0] ==# 'end' 1314 if empty(stack) || stack[0] ==# '->' || stack[0] ==# 'when' 1316 elseif stack[0] ==# 'catch' || stack[0] ==# 'after' || stack[0] ==# 'end' [all …]
|
| H A D | julia.vim | 275 let stack = map(synstack(a:lnum, a:c), 'synIDattr(v:val, "name")') 276 call filter(stack, 'v:val =~# s:bracketBlocks') 277 return len(stack) > 0 281 let stack = map(synstack(a:lnum, 1), 'synIDattr(v:val, "name")') 282 call filter(stack, 'v:val =~# "\\<juliaDocString\\(Delim\\|M\\\(Raw\\)\\?\\)\\?\\>"') 283 return len(stack) > 0 287 let stack = map(synstack(a:lnum, 1), 'synIDattr(v:val, "name")') 288 call filter(stack, 'v:val =~# "\\<juliaImportLine\\>"') 289 if len(stack) == 0 299 let stack = map(synstack(a:lnum, a:c-1), 'synIDattr(v:val, "name")') [all …]
|
| H A D | javascript.vim | 327 if join(s:stack) =~? 'xml\|jsx' && s:SynAt(line('.'),col('.')-1) =~? 'xml\|jsx' 357 let s:stack = [''] + map(synstack(v:lnum,1),"synIDattr(v:val,'name')") 360 if s:stack[-1] =~? 'comment\|doc' 366 elseif s:stack[-1] =~? b:syng_str 402 elseif getline(v:lnum) !~ '^\S' && s:stack[-1] =~? 'block\|^jsobject$'
|
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 830 ((type_T **)stack->ga_data)[stack->ga_len - 1] = type; in generate_two_op() 1624 ((type_T **)stack->ga_data)[stack->ga_len] = type; in generate_NEWLIST() 1660 ((type_T **)stack->ga_data)[stack->ga_len] = type; in generate_NEWDICT() 1688 ((type_T **)stack->ga_data)[stack->ga_len] = in generate_FUNCREF() 1794 ((type_T **)stack->ga_data)[stack->ga_len] = &t_any; in generate_FOR() 1875 ((type_T **)stack->ga_data)[stack->ga_len] = in generate_BCALL() 2219 ((type_T **)stack->ga_data)[stack->ga_len - 1] = in generate_STRINGMEMBER() 2894 typep = ((type_T **)stack->ga_data) + stack->ga_len in compile_member() 5552 type1 = ((type_T **)stack->ga_data)[stack->ga_len]; in compile_expr1() 5569 type1 = ((type_T **)stack->ga_data)[stack->ga_len]; in compile_expr1() [all …]
|
| H A D | spellsuggest.c | 1287 sp = &stack[0]; in suggest_trie_walk() 1332 sp = &stack[depth]; in suggest_trie_walk() 1374 sp = &stack[depth]; in suggest_trie_walk() 1781 sp = &stack[depth]; in suggest_trie_walk() 1927 sp = &stack[depth]; in suggest_trie_walk() 2159 sp = &stack[depth]; in suggest_trie_walk() 2664 stack[depth + 1] = stack[depth]; in go_deeper() 2666 stack[depth + 1].ts_score = stack[depth].ts_score + score_add; in go_deeper() 4283 gi = stack[stackidx].goodi; in spell_edit_score_limit() 4284 bi = stack[stackidx].badi; in spell_edit_score_limit() [all …]
|
| H A D | json.c | 600 garray_T stack; in json_decode_item() local 617 if (stack.ga_len > 0) in json_decode_item() 619 top_item = ((json_dec_item_T *)stack.ga_data) + stack.ga_len - 1; in json_decode_item() 634 --stack.ga_len; in json_decode_item() 635 if (stack.ga_len == 0) in json_decode_item() 693 + stack.ga_len; in json_decode_item() 695 ++stack.ga_len; in json_decode_item() 724 + stack.ga_len; in json_decode_item() 726 ++stack.ga_len; in json_decode_item() 944 top_item = ((json_dec_item_T *)stack.ga_data) + stack.ga_len - 1; in json_decode_item() [all …]
|
| H A D | regexp_nfa.c | 3164 if (stackp < stack) in st_pop() 3398 Frag_T *stack = NULL; in post2nfa() local 3414 if (stackp < stack) \ in post2nfa() 3417 vim_free(stack); \ in post2nfa() 3425 if (stack == NULL) in post2nfa() 3427 stackp = stack; in post2nfa() 3771 if (stackp == stack) in post2nfa() 3892 if (stackp != stack) in post2nfa() 3894 vim_free(stack); in post2nfa() 3900 vim_free(stack); in post2nfa() [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | xmlcomplete.vim | 413 let b:TagStack='' " main stack of tags 495 exe 'let stack='.a:sname 496 if match(stack,'^ *$') == 0 504 exe 'let stack='.a:sname 506 let m=match(stack, '\<'.a:el.'\>') 517 exe 'let stack='.a:sname 518 let top=matchstr(stack, '\<.\{-1,}\>') 527 exe 'let stack='.a:sname 529 let loc=matchend(stack,'\<.\{-1,}\>') 530 exe 'let '.a:sname.'=strpart(stack, loc+1, strlen(stack))' [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tagsrch.txt | 12 2. Tag stack |tag-stack| 43 tag stack. See |tag-!| for [!]. 109 2. Tag stack *tag-stack* *tagstack* *E425* 174 current position in the stack. If the stack was full (it can hold up to 20 198 let stack = gettagstack(winid) 199 let stack['items'] = [item] 200 call settagstack(winid, stack, 't') 203 Set current index of the tag stack to 4: > 206 Push a new item onto the tag stack: > 226 tag stack is used. [all …]
|
| H A D | debug.txt | 35 4. Get a stack trace from gdb with this command: > 37 < You can check out different places in the stack trace with: > 39 < Replace "3" with one of the numbers in the stack trace. 107 At this point, you should have a full call stack with vim function names and 112 at ":help bug-reports". Paste the call stack into the bug report. 138 the call stack, local variables, watch windows, and so on.
|
| H A D | quickfix.txt | 16 8. The directory stack |quickfix-directory-stack| 51 stack. 743 " get the number of quickfix lists in the stack 814 " free all the quickfix lists in the stack 820 " create a new quickfix list at the end of the stack 884 To get the number of the current list in the stack: > 1449 internal directory stack. *E379* 1551 %P single-line file message: push file %f onto the stack 1552 %Q single-line file message: pop the last file from stack 1706 8. The directory stack *quickfix-directory-stack* [all …]
|
| H A D | os_amiga.txt | 36 when using a search pattern with nested wildcards, it might be that the stack 37 is too small. Try increasing the stack size. In a shell use the Stack
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | reva.vim | 32 syn match revaHelpStuff '\<\(def\|stack\|ctx\|ver\|os\|related\):\s.*' 45 " stack manipulations 80 Builtin stack-empty? stack-iterate stack-size stack: THROW_BADFUNC
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | logiPat.vim | 123 echoerr s:npatstack." patterns left on stack!" 127 echoerr s:nopstack." operators left on stack!" 164 " LP_PatPop: pop a number/variable from LogiPat's pattern stack {{{2 213 " push new operator onto operator-stack 214 " call Decho("push new operator<".a:op."> onto stack with preclvl=".preclvl." at nopstack=".(s:nop… 234 " LP_Execute: execute operators from opstack using pattern stack {{{2
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_expand_func.vim | 44 call assert_match(expected .. '\[4\]' , expand('<stack>')) 54 " Use <stack> from sourced script. 57 let g:stack_value = expand('<stack>')
|
| H A D | test_tagjump.vim | 359 " Test for getting and modifying the tag stack 407 " Try pushing invalid items onto the stack 422 " Push one item at a time to the stack 431 " Try pushing items onto a full stack 440 " truncate the tag stack 454 " truncate an empty tag stack and push new items 898 " Tag stack tests 929 " Jump to newest entry from the top of the stack 932 " Pop with zero count from the top of the stack 942 " Pop all the entries in the tag stack [all …]
|
| H A D | test_vim9_disassemble.vim | 117 '\d 2STRING stack\[-1\]\_s*' .. 509 '\d\+ CHECKTYPE number stack\[-1\]\_s*' .. 536 '\d\+ CHECKTYPE number stack\[-1\]\_s*' .. 862 '\d 2STRING stack\[-1]\_s*' .. 1123 '\d 2STRING_ANY stack\[-1\]\_s*' .. 1310 '\d 2STRING_ANY stack\[-1\]\_s*' .. 1424 '\d CHECKTYPE number stack\[-1\]\_s*' .. 1544 '\d 2STRING_ANY stack\[-2].*' .. 1689 '\d CHECKTYPE number stack\[-1\]\_s*' .. 1732 '\d CHECKTYPE number stack\[-1\]\_s*' .. [all …]
|
| H A D | test_nested_function.vim | 53 " TODO: why does this fail on Windows? Runs out of stack perhaps?
|
| H A D | test_debugger.vim | 85 " Create a few stack frames by stepping through functions 101 " Check variables in different stack frames 591 " At this point the ontly thing in the stack is the autocommand 597 " And now we're back into the call stack 848 " At this point the ontly thing in the stack is the cmdline 854 " And now we're back into the call stack 1327 " Up the stack to the other script context
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | stack.vim | 9 let current_compiler = "stack"
|
| /vim-8.2.3635/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 45 label: Logs and stack traces
|
| /vim-8.2.3635/READMEdir/ |
| H A D | Contents | 8 stack, support for Manx QuickFix and other compiler's error
|
| /vim-8.2.3635/ |
| H A D | README_VIM9.md | 82 instructions. Each instruction has one or two parameters and a stack is 84 stack, space is reserved during compilation. This is a fairly normal 86 e.g. each stack item is a typeval_T. And one of the instructions is
|
| /vim-8.2.3635/runtime/icons/ |
| H A D | README.txt | 26 - A stack size of 4096 should be sufficient.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | pdf.vim | 29 " Inline, so the error from an empty tag stack will be simple.
|