Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c3715 sub_nlines = 0; in ex_substitute()
3838 sub_nlines = 1; in ex_substitute()
4722 ++sub_nlines; in ex_substitute()
4813 if (((sub_nsubs > p_report && (KeyTyped || sub_nlines > 1 || p_report < 1)) in do_sub_msg()
4837 NGETTEXT(msg_single, msg_plural, sub_nlines), in do_sub_msg()
4838 sub_nsubs, (long)sub_nlines); in do_sub_msg()
5038 sub_nlines = 0; in global_exe()
H A Dspell.c2896 sub_nlines = 0; in ex_spellrepall()
2921 ++sub_nlines; in ex_spellrepall()
H A Dglobals.h1396 EXTERN linenr_T sub_nlines; // total number of lines changed variable
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt9804 Solution: Reset sub_nsubs and sub_nlines in global_exe().