Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h196 #define CPO_FNAMEAPP 'P' // set file name for ":w >>file" macro
H A Dbufwrite.c750 && (!append || vim_strchr(p_cpo, CPO_FNAMEAPP) != NULL) in buf_write()