diff options
Diffstat (limited to 'src/normal.c')
-rw-r--r-- | src/normal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c index 8134adb2d..66654f8d7 100644 --- a/src/normal.c +++ b/src/normal.c @@ -1451,7 +1451,7 @@ do_pending_operator(cap, old_col, gui_yank) * This could call do_pending_operator() recursively, but that's OK * because gui_yank will be TRUE for the nested call. */ - if (clip_star.available + if ((clip_star.available || clip_plus.available) && oap->op_type != OP_NOP && !gui_yank # ifdef FEAT_VISUAL |