Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 69) sorted by relevance

123

/vim-8.2.3635/runtime/autoload/
H A Dpython3complete.vim39 " * Fixed import handling when flattening scope
362 self.scope = self.top
419 self.scope=self.scope.pop(indent)
433 self.scope=self.scope.pop(indent)
482 #print('line found [%s] scope=%s' % (line.replace('\n',''),self.scope.name))
483 self.currentscope = self.scope
530 self.currentscope = self.scope
539 self.scope = self.scope.pop(indent)
547 self.scope = self.scope.add(func)
554 dbg("new scope: class")
[all …]
H A Dpythoncomplete.vim37 " * Fixed import handling when flattening scope
380 self.scope = self.top
437 self.scope=self.scope.pop(indent)
451 self.scope=self.scope.pop(indent)
500 #print 'line found [%s] scope=%s' % (line.replace('\n',''),self.scope.name)
501 self.currentscope = self.scope
548 self.currentscope = self.scope
557 self.scope = self.scope.pop(indent)
565 self.scope = self.scope.add(func)
572 dbg("new scope: class")
[all …]
/vim-8.2.3635/src/
H A Dvim9compile.c7803 if (scope == NULL || scope->se_type != IF_SCOPE) in compile_elseif()
7951 if (scope == NULL || scope->se_type != IF_SCOPE) in compile_else()
8022 if (scope == NULL || scope->se_type != IF_SCOPE) in compile_endif()
8334 if (scope == NULL || scope->se_type != FOR_SCOPE) in compile_endfor()
8427 if (scope == NULL || scope->se_type != WHILE_SCOPE) in compile_endwhile()
8485 scope = scope->se_outer; in compile_continue()
8517 scope = scope->se_outer; in compile_break()
8641 if (scope != NULL && scope->se_type == BLOCK_SCOPE) in compile_catch()
8646 if (scope == NULL || scope->se_type != TRY_SCOPE) in compile_catch()
8765 if (scope == NULL || scope->se_type != TRY_SCOPE) in compile_finally()
[all …]
H A Dex_docmd.c7259 get_prevdir(cdscope_T scope) in get_prevdir() argument
7261 if (scope == CDSCOPE_WINDOW) in get_prevdir()
7274 post_chdir(cdscope_T scope) in post_chdir() argument
7276 if (scope != CDSCOPE_WINDOW) in post_chdir()
7280 if (scope != CDSCOPE_GLOBAL) in post_chdir()
7320 cdscope_T scope) in changedir_func() argument
7339 pdir = get_prevdir(scope); in changedir_func()
7349 tofree = get_prevdir(scope); in changedir_func()
7390 post_chdir(scope); in changedir_func()
7429 scope = CDSCOPE_WINDOW; in ex_cd()
[all …]
H A Dif_lua.c1787 const char *scope = luaL_checkstring(L, 1); in luaV_get_var_scope() local
1790 if (STRICMP((char *)scope, "g") == 0) in luaV_get_var_scope()
1792 else if (STRICMP((char *)scope, "v") == 0) in luaV_get_var_scope()
1794 else if (STRICMP((char *)scope, "b") == 0) in luaV_get_var_scope()
1796 else if (STRICMP((char *)scope, "w") == 0) in luaV_get_var_scope()
1798 else if (STRICMP((char *)scope, "t") == 0) in luaV_get_var_scope()
1802 luaL_error(L, "invalid scope %s", scope); in luaV_get_var_scope()
H A DINSTALLx.txt21 Discussing how to set up a cross-compile environment would go beyond the scope
H A Dfilepath.c785 cdscope_T scope = CDSCOPE_GLOBAL; in f_chdir() local
814 scope = CDSCOPE_WINDOW; in f_chdir()
816 scope = CDSCOPE_TABPAGE; in f_chdir()
818 if (!changedir_func(argvars[0].vval.v_string, TRUE, scope)) in f_chdir()
/vim-8.2.3635/runtime/indent/
H A Drust.vim106 " "* " as the code below would otherwise cause for module scope
172 " cindent before 7.4.355 doesn't do the module scope well at all; e.g.::
193 " Global scope, should be zero
196 " At the module scope, inside square brackets only
H A Dtypescript.vim133 " Don't use lines that are part of a one line scope as msl unless the
273 " if the current line is in a one line scope ..
/vim-8.2.3635/runtime/syntax/
H A Dcabal.vim13 " Added cabalVersionRegion to limit the scope of cabalVersionOperator
73 " cabalStatementRegion which limits the scope of cabalStatement keywords, this
169 " cabalVersionRegion which limits the scope of cabalVersion pattern.
H A Djsp.vim39 syn keyword jspCommandArg contained id scope class type beanName page flush name value property
H A Dninja.vim39 " Both 'build' and 'rule' begin a variable scope that ends
H A Dgdb.vim18 syn keyword gdbInfo contained locals program registers scope set sharedlibrary signals
H A Dd.vim103 syn keyword dStorageClass contained in out scope
155 syn match dStatement "\<scope\>"
156 syn match dStatement "\<scope\s*([_a-zA-Z][_a-zA-Z0-9]*\>"he=s+5 contains=dScopeIdentifier
H A Dsamba.vim82 syn keyword sambaKeyword contained scope separator shell show smbd template
H A Dxquery.vim29 …ours-from-duration hours-from-time id id idref idref implicit-timezone in-scope-prefixes index-of …
/vim-8.2.3635/src/proto/
H A Dex_docmd.pro48 void post_chdir(cdscope_T scope);
49 int changedir_func(char_u *new_dir, int forceit, cdscope_T scope);
H A Devalvars.pro68 void init_var_dict(dict_T *dict, dictitem_T *dict_var, int scope);
/vim-8.2.3635/src/testdir/
H A Dtest_user_func.vim89 " Try to overwrite a function in the global (g:) scope
332 " Test for defining a function reference in the global scope
376 " Try to call a script local function in global scope
H A Dtest_python2.vim395 call assert_equal(['locked', 'scope', '__members__'],
725 " Test for locked and scope attributes
732 call add(res, s .. ' : ' .. join(map(['locked', 'scope'],
735 call assert_equal(['d : locked:0;scope:0', 'dl : locked:1;scope:0',
736 \ 'v: : locked:2;scope:1', 'g: : locked:0;scope:2'], res)
1934 dictionary:__dir__,__members__,get,has_key,items,keys,locked,pop,popitem,scope,update,values
2672 ee('d.scope = True')
2941 d.scope = True:AttributeError:('cannot set attribute scope',)
H A Dtest_listdict.vim773 " No remove() of write-protected scope-level variable
781 " No extend() of write-protected scope-level variable
793 " No :unlet of variable in locked scope
/vim-8.2.3635/runtime/keymap/
H A Dcanfr-win.vim3 " This mapping is limited in scope, as it assumes that the AltGr
/vim-8.2.3635/runtime/doc/
H A Drileft.txt35 as this kind of support is out of the scope of a simple addition to an
H A Dif_pyth.txt608 scope One of
610 zero Dictionary is not a scope one
612 vim.VAR_SCOPE Other scope dictionary,
/vim-8.2.3635/src/xdiff/
H A DCOPYING143 covered by this License; they are outside its scope. The act of
209 the scope of this License.
244 therefore falls outside the scope of this License.

123