Removed unneeded key in ex cutbuf.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 19 Nov 2014 22:44:01 +0000 (23:44 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 19 Nov 2014 22:44:01 +0000 (23:44 +0100)
src/ex.c

index c2786b7..b2b939f 100644 (file)
--- a/src/ex.c
+++ b/src/ex.c
@@ -338,7 +338,6 @@ VbResult ex_keypress(int key)
                 break;
 
             case CTRL('R'):
-                info.cutbuf     = (char)key;
                 info.phase      = PHASE_CUTBUF;
                 vb.mode->flags |= FLAG_NOMAP;
                 res             = RESULT_MORE;