Searched refs:CPO_FNAMEAPP (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ | ||
| H A D | option.h | 196 #define CPO_FNAMEAPP 'P' // set file name for ":w >>file" macro |
| H A D | bufwrite.c | 750 && (!append || vim_strchr(p_cpo, CPO_FNAMEAPP) != NULL) in buf_write() |