Home
last modified time | relevance | path

Searched refs:old_sub (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds.c3616 static char_u *old_sub = NULL; // previous substitute pattern variable
3779 if (old_sub == NULL) // there is no previous command in ex_substitute()
3784 sub = old_sub; in ex_substitute()
3788 vim_free(old_sub); in ex_substitute()
3789 old_sub = vim_strsave(sub); in ex_substitute()
3795 if (old_sub == NULL) // there is no previous command in ex_substitute()
3801 sub = old_sub; in ex_substitute()
5078 return old_sub; in get_old_sub()
5087 vim_free(old_sub); in set_old_sub()
5088 old_sub = val; in set_old_sub()
[all …]
H A Dviminfo.c1415 char_u *old_sub = get_old_sub(); in write_viminfo_sub_string() local
1417 if (get_viminfo_parameter('/') != 0 && old_sub != NULL) in write_viminfo_sub_string()
1420 viminfo_writestring(fp, old_sub); in write_viminfo_sub_string()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt3563 "old_sub" in save_search_patterns()?