| /vim-8.2.3635/src/ |
| H A D | install-sh | 373 /*) prefix='/';; 374 [-=\(\)!]*) prefix='./';; 375 *) prefix='';; 392 prefix=$prefix$d 393 if test -d "$prefix"; then 400 test -d "$prefix" || exit 1 402 case $prefix in 404 *) qprefix=$prefix;; 409 prefix=$prefix/
|
| H A D | iscygpty.c | 104 #define is_wprefix(s, prefix) \ argument 105 (wcsncmp((s), (prefix), sizeof(prefix) / sizeof(WCHAR) - 1) == 0)
|
| H A D | INSTALLx.txt | 78 prefix of your Python interpreter (that is, where it thinks it is 84 If Python support is enabled, set this variable to the prefix of your 87 import sys; print sys.prefix
|
| H A D | config.mk.in | 117 prefix = @prefix@
|
| H A D | evalvars.c | 183 static void list_one_var(dictitem_T *v, char *prefix, int *first); 184 static void list_one_var_a(char *prefix, char_u *name, int type, char_u *string, int *first); 1117 char *prefix, in list_hashtable_vars() argument 1135 vim_strncpy((char_u *)buf, (char_u *)prefix, IOSIZE - 1); in list_hashtable_vars() 1142 list_one_var(di, prefix, first); in list_hashtable_vars() 2015 cat_prefix_varname(int prefix, char_u *name) in cat_prefix_varname() argument 2032 *varnamebuf = prefix; in cat_prefix_varname() 3125 list_one_var(dictitem_T *v, char *prefix, int *first) in list_one_var() argument 3132 list_one_var_a(prefix, v->di_key, v->di_tv.v_type, in list_one_var() 3139 char *prefix, in list_one_var_a() argument [all …]
|
| H A D | Makefile | 2163 CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix); \ 2167 CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix) converted; \ 2172 cd $(PODIR); CC="$(CC)" $(MAKE) prefix=$(DESTDIR)$(prefix) update-po 2666 cd $(PODIR); $(MAKE) prefix=$(DESTDIR)$(prefix) LOCALEDIR=$(DEST_LANG) \ 2938 cd $(PODIR); $(MAKE) prefix=$(DESTDIR)$(prefix) clean; \
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 123 let prefix = '^\%(' 181 if a:forward && matchline =~ prefix . fin . suffix 182 \ || !a:forward && matchline =~ prefix . ini . suffix 186 if a:forward && matchline =~ prefix . fin . suffix 267 " a:prefix = '^.\{3}\(' 273 if a:matchline !~ a:prefix . 285 " Now, a:matchline =~ a:prefix . word . a:suffix 371 if a:string !~ prefix . group . suffix 372 let prefix = '' 374 return prefix . group . suffix [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_mzsch.txt | 30 ./configure --disable-futures --disable-places --prefix=your-install-prefix 85 To avoid clashes with MzScheme, consider using prefix when requiring module, 87 :mzscheme (require (prefix vim- vimext)) 100 :mzscheme (require (prefix vim- vimext)) ; for MzScheme < 4.x 101 :mzscheme (require (prefix-in vim- 'vimext)) ; MzScheme 4.x 111 (require (prefix vim- vimext)) 112 ; for newer versions (require (prefix-in vim- 'vimext)) 125 (require (prefix vim- vimext)) 126 ; for newer versions (require (prefix-in vim- 'vimext)) 139 :mz (require (prefix vim- vimext)) [all …]
|
| H A D | vim9.txt | 229 variable the "g:" prefix must be used. For functions in an autoload script 230 the "name#" prefix is sufficient. > 239 is possible to define a global function by using the "g:" prefix. 241 When referring to a function and no "s:" or "g:" prefix is used, Vim will 386 The "g:" prefix is not needed for auto-load functions. 389 Although global functions can be called without the "g:" prefix, they must 590 those cases there is no need to prefix the line with a backslash (see 1085 variables can be accessed without the "s:" prefix. They must be defined 1088 prefix if they do not exist at the time of compiling. 1447 become script-local, even when the "s:" prefix is not given. [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | changelog.vim | 147 function! s:substitute_items(str, date, user, prefix) argument 149 let middles = {'%': '%', 'd': a:date, 'u': a:user, 'p': a:prefix, 'c': '{cursor}'} 175 function! s:new_changelog_entry(prefix) argument 183 \ s:username(), a:prefix) 192 let ls = split(s:substitute_items(g:changelog_new_entry_format, '', '', a:prefix), 202 \ date, s:username(), a:prefix) 286 let prefix = call(b:changelog_entry_prefix, []) 288 let prefix = substitute(strpart(expand('%:p'), strlen(path)), '^/\+', "", "") 302 call s:new_changelog_entry(prefix)
|
| H A D | ruby.vim | 66 let prefix = 'env PATH='.shellescape($PATH).' ' 68 let prefix = '' 71 let path_check = prefix.'ruby --disable-gems -e "' . code . '"' 73 let path_check = prefix."ruby --disable-gems -e '" . code . "'"
|
| /vim-8.2.3635/pixmaps/ |
| H A D | gen-inline-pixbufs.sh | 3 prefix=stock_ 8 list="$list $prefix$name $file"
|
| /vim-8.2.3635/src/libvterm/ |
| H A D | vterm.pc.in | 1 prefix=@PREFIX@ 3 includedir=${prefix}/include
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_mzscheme.vim | 12 mz (require (prefix vim- vimext)) 15 mz (require (prefix-in vim- 'vimext))
|
| H A D | test_terminal2.vim | 307 " let prefix = '' 311 " let prefix = './' 319 " execute printf(':!%s%s %d', prefix, filename, exitval) 323 " execute printf(':!%s%s %d', prefix, filename, exitval)
|
| H A D | test_listlbr_utf8.vim | 24 let prefix = get(a:000, 0, 0) 27 let attr += [screenattr(a:lnum, scol + prefix)]
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | fortran.vim | 127 let prefix='\(\(pure\|impure\|elemental\|recursive\)\s\+\)\{,2}' 132 \ ||prevstat =~? '^\s*'.prefix.'subroutine\>' 133 \ ||prevstat =~? '^\s*'.prefix.type.'function\>' 134 \ ||prevstat =~? '^\s*'.type.prefix.'function\>'
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | readline.vim | 124 \ colored-completion-prefix 143 \ menu-complete-display-prefix 167 \ completion-prefix-display-length 280 \ prefix-meta
|
| H A D | exim.vim | 39 …prefix mailstore_suffix mbx_format mode mode_fail_narrower notify_comsat prefix quota quota_fileco… 48 …_defer_output log_fail_output log_output max_output path pipe_as_creator prefix restrict_to_path r… 57 syn keyword eximKeyword current_directory expn home_directory new_director prefix prefix_optional s…
|
| H A D | tmux.vim | 83 \ pane-border-lines pane-border-status pane-border-style pane-colours prefix 114 \ send-keys send-prefix set set-buffer set-environment set-hook set-option
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsl.vim | 22 … \ 'namespace-alias' : [[], {'stylesheet-prefix' : ['#default'], 'result-prefix' : ['#default']}],
|
| /vim-8.2.3635/src/proto/ |
| H A D | evalvars.pro | 22 void list_hashtable_vars(hashtab_T *ht, char *prefix, int empty, int *first); 30 char_u *cat_prefix_varname(int prefix, char_u *name);
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 871 prefix=NONE 1006 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 1010 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 1099 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 1100 ac_prev=prefix ;; 1101 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 1102 prefix=$ac_optarg ;; 1104 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 1107 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 6976 (*pfx)(prefix); [all …]
|
| /vim-8.2.3635/src/xxd/ |
| H A D | Make_vms.mms | 39 PREFIX = /prefix=all
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | kana.vim | 274 " Small Hiragana: The prefix X is never pronounced. It is used as something 580 " Small Katakana: The prefix X is never pronounced. It is used as something
|