Lines Matching refs:reason
4046 char *reason; in buf_check_timestamp() local
4125 reason = "deleted"; in buf_check_timestamp()
4127 reason = "conflict"; in buf_check_timestamp()
4134 reason = "changed"; in buf_check_timestamp()
4136 reason = "mode"; in buf_check_timestamp()
4138 reason = "time"; in buf_check_timestamp()
4147 set_vim_var_string(VV_FCS_REASON, (char_u *)reason, -1); in buf_check_timestamp()
4161 if (STRCMP(s, "reload") == 0 && *reason != 'd') in buf_check_timestamp()
4171 if (*reason == 'd') in buf_check_timestamp()
4183 if (reason[2] == 'n') in buf_check_timestamp()
4188 else if (reason[1] == 'h') in buf_check_timestamp()
4193 else if (*reason == 'm') in buf_check_timestamp()