| /vim-8.2.3635/src/ |
| H A D | locale.c | 22 char_u *loc; in get_locale_val() local 28 if (loc != NULL) in get_locale_val() 37 loc = ++p; in get_locale_val() 51 return loc; in get_locale_val() 181 char_u *loc; in set_lang_var() local 270 char *loc; in ex_language() local 331 loc = ""; in ex_language() 341 if (loc == NULL) in ex_language() 412 char_u *loc; in find_locales() local 467 loc += len + 1; in find_locales() [all …]
|
| H A D | gui_at_sb.c | 769 Position x, y, loc; in HandleThumb() local 773 loc = PICKLENGTH(sbw, x, y); in HandleThumb() 777 (loc >= sbw->scrollbar.topLoc && in HandleThumb() 778 loc <= sbw->scrollbar.topLoc + (int)sbw->scrollbar.shownLength)) in HandleThumb() 897 Position x, y, loc; in NotifyScroll() local 910 loc = PICKLENGTH(sbw, x, y); in NotifyScroll() 922 if (loc > sbw->scrollbar.topLoc + (Position)sbw->scrollbar.shownLength) in NotifyScroll() 931 else if (loc < (Position)arrow_size) in NotifyScroll() 941 else if (loc > (Position)(sbw->scrollbar.length - arrow_size)) in NotifyScroll() 951 else if (loc < sbw->scrollbar.topLoc) in NotifyScroll() [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | python3complete.vim | 281 def local(self,loc): 282 self._checkexisting(loc) 283 self.locals.append(loc) 560 loc = "import %s" % mod 561 if len(alias) > 0: loc += " as %s" % alias 562 self.scope.local(loc) 571 loc = "from %s import %s" % (mod,name) 572 if len(alias) > 0: loc += " as %s" % alias 573 self.scope.local(loc)
|
| H A D | pythoncomplete.vim | 299 def local(self,loc): 300 self._checkexisting(loc) 301 self.locals.append(loc) 578 loc = "import %s" % mod 579 if len(alias) > 0: loc += " as %s" % alias 580 self.scope.local(loc) 589 loc = "from %s import %s" % (mod,name) 590 if len(alias) > 0: loc += " as %s" % alias 591 self.scope.local(loc)
|
| H A D | xmlcomplete.vim | 529 let loc=matchend(stack,'\<.\{-1,}\>') 530 exe 'let '.a:sname.'=strpart(stack, loc+1, strlen(stack))' 531 let top=strpart(stack, match(stack, '\<'), loc)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cupl.vim | 33 syn keyword cuplStatement group if jump loc
|
| H A D | opl.vim | 50 syn keyword OPLStatement linklib ln loadlib loadm loc local lock log lopen
|
| H A D | mmix.vim | 40 syn keyword mmixPseudo is loc greg
|
| H A D | ibasic.vim | 62 syn keyword ibasicBuiltInFunction fix fre freefile inp instr lbound len loc lof
|
| H A D | dcl.vim | 36 syn keyword dclInstr con[vert] end[subroutine] loc[ale] qsh[ow] tff
|
| H A D | chill.vim | 85 syn keyword chillType dcl DCL int INT char CHAR bool BOOL REF ref LOC loc INSTANCE instance
|
| H A D | basic.vim | 93 syn keyword basicFunction LEN len Len LOC loc Loc
|
| H A D | ia64.vim | 239 syn match ia64registers "\(in\|out\|loc\)\([0-9]\|[1-8][0-9]\|9[0-5]\)\>"
|
| H A D | mush.vim | 43 syntax keyword mushFunction contained ln lnum loc localize locate lock loctree log
|
| H A D | sisu.vim | 39 …ify "^\s\+:\(topic_register\|keywords\|subject\|dewey\|loc\):\s"
|
| H A D | stata.vim | 103 syn keyword stataCommand loc[al]
|
| H A D | 8th.vim | 208 …scale img:scale scroll img:scroll size img:size countries iso:countries find loc:find sort loc:sort
|
| H A D | sas.vim | 197 … ifft insert int inv invupdt isempty isskipped j jroot kurtosis lag length loc log logabsdet mad m…
|
| H A D | vim.vim | 26 …k lN[ext] laddb[uffer] lb[uffer] lcl[ose] leg[acy] lgetb[uffer] ll lne[xt] loc[kmarks] lr[ewind] l…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_usercommands.vim | 59 loc MyCmd
|
| H A D | test_autocmd.vim | 956 noa setlocal foldignore=loc 957 let g:options = [['foldignore', 'loc', 'loc', 'glob', 'fo', 'global', 'set']]
|
| H A D | test_quickfix.vim | 2182 let common = 'errors :set' . (a:cchar == 'c' ? 'qf' : 'loc') . 'list()' 2534 func QfAutoCmdHandler(loc, cmd) argument 2535 call add(g:acmds, a:loc . a:cmd)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | motion.txt | 961 :loc[kmarks] {command} *:loc* *:lock* *:lockmarks*
|
| H A D | index.txt | 1429 |:lockmarks| :loc[kmarks] following command keeps marks where they are
|
| H A D | tags | 2711 :loc motion.txt /*:loc*
|