Home
last modified time | relevance | path

Searched refs:p_bex (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Doptionstr.c748 else if (varp == &p_bex || varp == &p_pm) in did_set_string_option()
750 if (STRCMP(*p_bex == '.' ? p_bex + 1 : p_bex, in did_set_string_option()
H A Dbufwrite.c1293 if (*p_bex == NUL) in buf_write()
1296 backup_ext = p_bex; in buf_write()
H A Doption.h427 EXTERN char_u *p_bex; // 'backupext' variable
H A Doptiondefs.h431 (char_u *)&p_bex, PV_NONE,
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt11055 Solution: Move the use of p_bex to after executing the *WritePre