Home
last modified time | relevance | path

Searched refs:sub_nsubs (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds.c3714 sub_nsubs = 0; in ex_substitute()
3717 start_nsubs = sub_nsubs; in ex_substitute()
3837 sub_nsubs = joined_lines_count - 1; in ex_substitute()
4163 sub_nsubs++; in ex_substitute()
4510 sub_nsubs++; in ex_substitute()
4746 if (sub_nsubs > start_nsubs) in ex_substitute()
4827 "%ld matches on %ld line", sub_nsubs) in do_sub_msg()
4829 "%ld substitutions on %ld line", sub_nsubs); in do_sub_msg()
4832 "%ld matches on %ld lines", sub_nsubs) in do_sub_msg()
4838 sub_nsubs, (long)sub_nlines); in do_sub_msg()
[all …]
H A Dspell.c2895 sub_nsubs = 0; in ex_spellrepall()
2924 ++sub_nsubs; in ex_spellrepall()
2933 if (sub_nsubs == 0) in ex_spellrepall()
H A Dglobals.h1395 EXTERN long sub_nsubs; // total number of substitutions variable
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt9804 Solution: Reset sub_nsubs and sub_nlines in global_exe().