Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 25 of 38) sorted by relevance

12

/vim-8.2.3635/runtime/autoload/
H A Dpython3complete.vim312 outer = self
313 while outer.parent != None and outer.indent >= indent:
314 outer = outer.parent
315 return outer
H A Dpythoncomplete.vim330 outer = self
331 while outer.parent != None and outer.indent >= indent:
332 outer = outer.parent
333 return outer
H A Dsyntaxcomplete.vim645 " Do this by using the outer substitute() call to gather all
/vim-8.2.3635/src/
H A Dvim9execute.c2706 while (depth > 1 && outer != NULL) in exec_instructions()
2708 outer = outer->out_up; in exec_instructions()
2711 if (outer == NULL) in exec_instructions()
2719 + iptr->isn_arg.outer.outer_idx; in exec_instructions()
5145 iptr->isn_arg.outer.outer_depth, in list_instructions()
5146 iptr->isn_arg.outer.outer_idx in list_instructions()
5150 iptr->isn_arg.outer.outer_depth, in list_instructions()
5151 iptr->isn_arg.outer.outer_idx); in list_instructions()
5234 iptr->isn_arg.outer.outer_depth, in list_instructions()
5238 iptr->isn_arg.outer.outer_depth, in list_instructions()
[all …]
H A Dvim9.h446 isn_outer_T outer; member
H A Devalwindow.c265 get_framelayout(frame_T *fr, list_T *l, int outer) in get_framelayout() argument
274 if (outer) in get_framelayout()
H A Dvim9compile.c1390 isn->isn_arg.outer.outer_idx = idx; in generate_STOREOUTER()
1391 isn->isn_arg.outer.outer_depth = level; in generate_STOREOUTER()
1469 isn->isn_arg.outer.outer_idx = idx; in generate_LOADOUTER()
1470 isn->isn_arg.outer.outer_depth = nesting; in generate_LOADOUTER()
/vim-8.2.3635/runtime/syntax/
H A Dtypescript.vim28 " nextgroup doesn't contain objectLiteral, let outer region contains it
H A Dayacc.vim46 " I'd really like to highlight just the outer {}. Any suggestions???
H A Dsqlj.vim38 syn keyword sqljKeyword foreign outer inner isolation left right
H A Dyacc.vim80 " I'd really like to highlight just the outer {}. Any suggestions??? {{{1
H A Dsqlinformix.vim98 syn keyword sqlKeyword optimization order outer
H A Dsqloracle.vim39 syn keyword sqlKeyword join cross inner outer left right
H A Dasciidoc.vim13 " - Nested quoted text formatting is highlighted according to the outer
H A Dinitex.vim132 …(end\)\=csname\|e\=def\|expandafter\|futurelet\|global\|let\|long\|noexpand\|outer\|relax\|the\)\>'
H A Dmf.vim58 syn keyword mfCommand nonstopmode numspecial openwindow outer randomseed
H A Dmysql.vim34 syn keyword mysqlKeyword on optimize option optionally order outer outfile
H A Dprogress.vim224 … ordered-join ordinal orientation origin-handle origin-rowid os-getenv outer outer-join override o…
/vim-8.2.3635/runtime/doc/
H A Dusr_29.txt363 the start of the outer block use the "[[" command. Use "][" to find the end.
383 When writing C++ or Java, the outer {} block is for the class. The next level
H A Dquotes.txt18 Vi as some kind of outer space alien in human clothes. Once I tried I really
H A Dindent.txt470 relative to the outer context (i.e. start of the line or the
483 "(N": causes the indent to be N characters relative to the outer
/vim-8.2.3635/runtime/indent/
H A Dclojure.vim186 " closest outer `[`.
/vim-8.2.3635/src/testdir/
H A Dtest_textobjects.vim169 " copy the outer tag block from a tag without an end tag
H A Dtest_vim9_script.vim253 var outer = 1
256 assert_equal(1, outer)
259 assert_equal(1, outer)
H A Dtest_syntax.vim731 \ ' } /* missing newline */ } /* end of outer if */ else {',

12