Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h3831 int excl_tr_ws; // exclude trailing whitespace for yank of a member
H A Dregister.c1221 if (yank_copy_line(&bd, y_idx, oap->excl_tr_ws) == FAIL) in op_yank()
H A Dops.c3968 oap->excl_tr_ws = cap->cmdchar == 'z'; in do_pending_operator()