Searched refs:CPO_FWRITE (Results 1 – 2 of 2) sorted by relevance
1118 if (vim_strchr(p_cpo, CPO_FWRITE) != NULL) in buf_write()1536 if (file_readonly && vim_strchr(p_cpo, CPO_FWRITE) != NULL) in buf_write()1620 && vim_strchr(p_cpo, CPO_FWRITE) == NULL) in buf_write()1831 if (forceit && vim_strchr(p_cpo, CPO_FWRITE) == NULL in buf_write()
206 #define CPO_FWRITE 'W' // "w!" doesn't overwrite readonly files macro