| /vim-8.2.3635/src/ |
| H A D | if_perl.xs | 1046 SV *safe; in ex_perl() local 1084 safe = perl_get_sv("VIM::safe", FALSE); in ex_perl() 1086 if (safe == NULL || !SvTRUE(safe)) in ex_perl() 1092 XPUSHs(safe); in ex_perl() 1339 SV *safe; in do_perleval() local 1361 safe = get_sv("VIM::safe", FALSE); in do_perleval() 1363 if (safe == NULL || !SvTRUE(safe)) in do_perleval() 1370 XPUSHs(safe); in do_perleval()
|
| H A D | main.c | 1063 may_trigger_safestate(int safe) in may_trigger_safestate() argument 1065 int is_safe = safe && is_safe_now(); in may_trigger_safestate()
|
| H A D | config.h.in | 62 * own safe but probably slower vim_memmove().
|
| H A D | Make_cyg_ming.mak | 159 # Alternatively, if you uncomment the two following lines, you get a "safe" version
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | chicken.vim | 86 syn keyword schemeSpecialSyntax foreign-safe-lambda 87 syn keyword schemeSpecialSyntax foreign-safe-lambda*
|
| H A D | django.vim | 44 syn keyword djangoFilter contained safe safeseq stringformat striptags
|
| H A D | mason.vim | 39 " of these cases so I've taken the safe option of just using perlTop in all of
|
| H A D | d.vim | 129 syn keyword dAttribute contained safe trusted system 227 " problems. To play it safe, set minlines to a large number.
|
| H A D | zsh.vim | 101 " XXX: how safe is this?
|
| H A D | foxpro.vim | 589 syn match foxproCmd "^\s*\<set\>\s*\<safe\%[ty]\>"
|
| /vim-8.2.3635/src/proto/ |
| H A D | main.pro | 6 void may_trigger_safestate(int safe);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | chicken.vim | 33 setl lispwords+=foreign-safe-lambda*
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | industry.vim | 15 " Industrial color scheme is by nature clear, safe and productive.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_11.txt | 42 To be on the safe side, write this file under another name: > 68 file after making changes. It is safe to delete the swap file now. 259 try to warn you when this happens, but better be safe than sorry.
|
| H A D | if_tcl.txt | 448 available in a safe child interpreter therefore makes the child unsafe. (It 450 safe interpreter create only new safe interpreters, but quite pointless -
|
| H A D | xxd.man | 17 safe' ASCII representation, but has the advantage of decoding to stan‐
|
| H A D | usr_23.txt | 238 keep the computer locked up in a big safe when not in use.
|
| H A D | message.txt | 485 try to solve the memory shortage. To stay on the safe side, exit Vim and 664 bit to be reset. It should be safe to reload the file. Set 'autoread' to
|
| H A D | tabpage.txt | 130 this is a "safe" command. >
|
| H A D | windows.txt | 358 this is a "safe" command. 379 "safe" command.
|
| H A D | print.txt | 557 A safe printoptions setting to try is: >
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | xmlformat.vim | 74 " t should only contain 2 items, but just be safe here
|
| H A D | rubycomplete.vim | 252 require 'rubygems' # let's assume this is safe...?
|
| H A D | haskellcomplete.vim | 808 \ , "-Wno-safe" 815 \ , "-Wtrustworthy-safe" 816 \ , "-Wno-safe"
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_autocmd.vim | 2428 let g:safe = 0 2430 au SafeState * let g:safe += 1 2441 call term_sendkeys(buf, ":echo g:safe\<CR>")
|