Home
last modified time | relevance | path

Searched refs:y_append (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dregister.c28 static int y_append; // TRUE when appending variable
80 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()
/vim-8.2.3635/src/testdir/
H A Dtest_registers.vim731 " Make sure that y_append is correctly reset
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt18751 Solution: Only set y_previous when not using y_append. (Christian Brabandt)