Home
last modified time | relevance | path

Searched refs:no_esc (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dedit.pro24 int stuff_inserted(int c, long count, int no_esc);
/vim-8.2.3635/src/
H A Dedit.c2871 int no_esc) // Don't add an ESC at the end in stuff_inserted() argument
2896 && (no_esc || (*ptr == Ctrl_D && count > 1))) in stuff_inserted()
2920 if (!no_esc) in stuff_inserted()