| /vim-8.2.3635/src/proto/ |
| H A D | regexp.pro | 3 char_u *skip_regexp(char_u *startp, int delim, int magic); 4 char_u *skip_regexp_err(char_u *startp, int delim, int magic); 5 char_u *skip_regexp_ex(char_u *startp, int dirc, int magic, char_u **newp, int *dropped, magic_T *m… 8 char_u *regtilde(char_u *source, int magic); 9 int vim_regsub(regmatch_T *rmp, char_u *source, typval_T *expr, char_u *dest, int copy, int magic, … 10 …regmmatch_T *rmp, linenr_T lnum, char_u *source, char_u *dest, int copy, int magic, int backslash);
|
| H A D | search.pro | 5 void save_re_pat(int idx, char_u *pat, int magic); 23 void set_last_search_pat(char_u *s, int idx, int magic, int setlast);
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | occam.vim | 49 " Ensure magic is on 50 let save_magic = &magic 51 setlocal magic 110 " Restore magic 125 " Restore magic 137 " Restore magic 146 " Restore magic 179 " Restore magic
|
| /vim-8.2.3635/src/ |
| H A D | regexp.c | 542 int magic) in skip_regexp() argument 555 int magic) in skip_regexp_err() argument 579 int magic, in skip_regexp_ex() argument 587 if (magic) in skip_regexp_ex() 1759 if ((*p == '~' && magic) || (*p == '\\' && *(p + 1) == '~' && !magic)) in regtilde() 1774 if (!magic) in regtilde() 1784 else if (magic) in regtilde() 1896 int magic, in vim_regsub() argument 1929 int magic, in vim_regsub_multi() argument 1962 int magic, in vim_regsub_both() argument [all …]
|
| H A D | search.c | 132 int magic; in search_regcomp() local 136 magic = magic_isset(); in search_regcomp() 157 magic = spats[i].magic; in search_regcomp() 180 save_re_pat(RE_SEARCH, pat, magic); in search_regcomp() 183 save_re_pat(RE_SUBST, pat, magic); in search_regcomp() 188 regmatch->regprog = vim_regcomp(pat, magic ? RE_MAGIC : 0); in search_regcomp() 245 save_re_pat(int idx, char_u *pat, int magic) in save_re_pat() argument 251 spats[idx].magic = magic; in save_re_pat() 525 int magic, in set_last_search_pat() argument 534 spats[idx].magic = magic; in set_last_search_pat()
|
| H A D | crypt.c | 34 char *magic; // magic bytes stored in file header member 198 if (memcmp(ptr, cryptmethods[i].magic, CRYPT_MAGIC_LEN) == 0) in crypt_method_nr_from_magic() 408 mch_memmove(*header, cryptmethods[method_nr].magic, CRYPT_MAGIC_LEN); in crypt_create_for_writing()
|
| H A D | viminfo.c | 1433 int magic = FALSE; in read_viminfo_search_pattern() local 1462 magic = TRUE; in read_viminfo_search_pattern() 1496 set_last_search_pat(val, idx, magic, setlast); in read_viminfo_search_pattern() 1525 spat->magic ? 'M' : 'm', // magic in wvsp_one()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_substitute.vim | 258 set magic 326 set magic& 341 set magic& 357 set magic& 377 set magic& 387 set magic& 399 set magic& 417 set magic& 482 set magic 566 set magic& [all …]
|
| H A D | test_viminfo.vim | 1157 set magic 1163 " restore 'magic' 1164 set magic 1174 set viminfo&vim magic&
|
| H A D | test_regexp_utf8.vim | 380 " Tests for regexp with multi-byte encoding and various magic settings 419 set magic
|
| H A D | test_search.vim | 316 set magic 358 set magic 691 " Tests for regexp with various magic settings 718 set magic
|
| H A D | test_vim9_cmd.vim | 1208 for cmd in ['set magic', 'set nomagic'] 1215 set magic
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pattern.txt | 14 3. Magic |/magic| 238 The 'magic' option sticks with the last used pattern. If you change 'magic', 396 3. Magic */magic* 413 ignoring the actual value of the 'magic' option. 417 'A'-'Z' and '_' have special meaning: "very magic" 424 'magic' 'nomagic' 480 magic nomagic matches ~ 503 magic nomagic matches ~ 534 magic nomagic matches ~ 560 magic nomagic matches ~ [all …]
|
| H A D | undo.txt | 271 (the magic number at the start of the file is wrong), then 315 *E823* The magic number at the start of the file doesn't match. This usually 346 does not start with the right magic number. You may want to delete
|
| H A D | usr_27.txt | 79 The use of "\" items in search patterns depends on the 'magic' option. 80 In this chapter we will assume 'magic' is on, because that is the 81 standard and recommended setting. If you would change 'magic', many
|
| H A D | testing.txt | 412 like 'magic' was set and 'cpoptions' is empty, no matter what 413 the actual value of 'magic' or 'cpoptions' is.
|
| H A D | xxd.man | 114 xxd -r has some builtin magic while evaluating line number information.
|
| H A D | pi_vimball.txt | 210 otherwise be considered to have "magic"
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ninja.vim | 41 " limited set of magic variables, 'build' allows general
|
| H A D | acedb.vim | 22 " Magic tags from: http://genome.cornell.edu/acedocs/magic/summary.html
|
| H A D | samba.vim | 47 syn keyword sambaKeyword contained lpq lpresume lprm machine magic mangle
|
| H A D | readline.vim | 350 \ magic-space
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/plugin/ |
| H A D | matchit.vim | 36 " TODO: Make backrefs safer by using '\V' (very no-magic).
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | tohtml.vim | 351 let s:old_magic = &magic 352 set magic 671 let &magic = s:old_magic
|
| H A D | rubycomplete.vim | 284 # {{{ buffer analysis magic 625 # }}} buffer analysis magic
|