Searched refs:locally (Results 1 – 25 of 62) sorted by relevance
123
| /vim-8.2.3635/src/ |
| H A D | INSTALL | 211 Sometimes it is necessary to search different path than /usr/local for locally 213 To search /stranger/include and /stranger/lib for locally installed 216 And to not search for locally installed headers and libraries at all, use:
|
| H A D | normal.c | 2381 int locally, in find_decl() argument 2415 if (!locally || !findpar(&incll, BACKWARD, 1L, '{', FALSE)) in find_decl() 2483 if (valid && !locally) in find_decl()
|
| H A D | evalfunc.c | 8357 int locally = TRUE; in f_searchdecl() local 8374 locally = !(int)tv_get_bool_chk(&argvars[1], &error); in f_searchdecl() 8380 locally, thisblock, SEARCH_KEEP) == FAIL; in f_searchdecl()
|
| /vim-8.2.3635/src/proto/ |
| H A D | normal.pro | 23 int find_decl(char_u *ptr, int len, int locally, int thisblock, int flags_arg);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | remote.txt | 26 there is no Vim server, execute locally. 40 server and the file is edited locally.
|
| H A D | usr_43.txt | 54 only locally to the buffer. As soon as you edit another buffer, it will be
|
| H A D | usr_29.txt | 577 function that was declared locally ("static", in C terms). Example (cursor on
|
| H A D | index.txt | 1396 |:lcd| :lc[d] change directory locally 1397 |:lchdir| :lch[dir] change directory locally 1592 |:setlocal| :setl[ocal] show or set options locally
|
| H A D | fold.txt | 234 locally in a function. For example use level one folds for the sections of
|
| H A D | usr_05.txt | 136 to 78, but only locally in one file.
|
| H A D | pi_netrw.txt | 1039 filetype to locally listed files: 2085 on the global variable g:netrw_mkdir_cmd) or locally (which depends on the 2672 cul : |'cursorline'| will be locally set 2673 cuc : |'cursorcolumn'| will be locally set 3739 P18. How to locally edit a file that's only available via {{{2
|
| H A D | editing.txt | 1260 change the filters globally or locally to the buffer. The variable is set to
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | lhaskell.vim | 15 " This behaviour can be overridden, both glabally and locally using
|
| H A D | lisp.vim | 208 syn keyword lispFunc char-bit locally sin 516 syn keyword lispDecl deftype do-symbols locally
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_clientserver.vim | 93 " Expression evaluated locally.
|
| H A D | test_window_cmd.vim | 143 " FIXME: this currently fails on AppVeyor, but passes locally 168 " FIXME: this currently fails on AppVeyor, but passes locally
|
| H A D | test_virtualedit.vim | 422 " all and to empty, and can be set locally to all and to empty.
|
| H A D | test_vim9_script.vim | 2055 # now write the script using the same variable locally - works
|
| /vim-8.2.3635/src/po/ |
| H A D | zh_TW.UTF-8.po | 2616 msgid ": Send failed. Trying to execute locally\n"
|
| H A D | zh_CN.cp936.po | 3009 msgid ": Send failed. Trying to execute locally\n"
|
| H A D | cs.cp1250.po | 2388 "Send failed. Trying to execute locally\n"
|
| H A D | cs.po | 2388 "Send failed. Trying to execute locally\n"
|
| H A D | zh_CN.po | 3009 msgid ": Send failed. Trying to execute locally\n"
|
| H A D | zh_TW.po | 2609 msgid ": Send failed. Trying to execute locally\n"
|
| H A D | zh_CN.UTF-8.po | 3009 msgid ": Send failed. Trying to execute locally\n"
|
123