Home
last modified time | relevance | path

Searched refs:p_paste (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dchange.c1392 int do_si = (!p_paste && curbuf->b_p_si in open_line()
2243 if (!p_paste in open_line()
2254 if (!p_paste in open_line()
H A Dedit.c1305 if (!p_paste) in edit()
2967 if (p_paste || no_abbr || arrow_used) in echeck_abbr()
4373 int save_paste = p_paste; in bracketed_paste()
4380 if (!p_paste) in bracketed_paste()
H A Dtextformat.c28 if (p_paste) in has_format_option()
H A Doption.h781 EXTERN int p_paste; // 'paste' variable
H A Dgetchar.c2418 && !(p_paste && (State & (INSERT + CMDLINE))) in handle_mapping()
2587 set_option_value((char_u *)"paste", (long)!p_paste, NULL, 0); in handle_mapping()
H A Dindent.c2101 if (p_paste) in fix_indent()
H A Doption.c2905 else if ((int *)varp == &p_paste) in set_bool_option()
6725 if (p_paste) in paste_option_changed()
6870 old_p_paste = p_paste; in paste_option_changed()
H A Dcindent.c264 return (!p_paste && (curbuf->b_p_cin in cindent_on()
H A Dinsexpand.c3131 if (!p_paste) in ins_compl_get_exp()
H A Dex_getln.c3877 if (p_paste || no_abbr) // no abbreviations or in paste mode in ccheck_abbr()
H A Dscreen.c4251 if ((State & INSERT) && p_paste) in showmode()
H A Dops.c1705 if (!p_paste && curbuf->b_p_si in op_change()
H A Doptiondefs.h1872 (char_u *)&p_paste, PV_NONE,