Searched refs:y_append (Results 1 – 3 of 3) sorted by relevance
28 static int y_append; // TRUE when appending variable80 y_append = FALSE; in reset_y_append()218 y_append = FALSE; in get_yank_register()232 y_append = TRUE; in get_yank_register()439 if (y_append && y_current->y_array != NULL) in stuff_yank()985 if (!y_append) in shift_delete_registers()1169 if (y_append && y_current->y_array != NULL) in op_yank()2717 if (!y_append && !must_append) in init_write_reg()
731 " Make sure that y_append is correctly reset
18751 Solution: Only set y_previous when not using y_append. (Christian Brabandt)