From 58490fa9b998ccd714de75f48a9c1eb5f914995d Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 25 Feb 2005 14:39:24 +0000 Subject: fix bug of buffer pasting git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2548 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/edit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mbbsd/edit.c b/mbbsd/edit.c index b14b2c3a..fb6148b5 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -2645,6 +2645,7 @@ vedit(char *fpath, int saveheader, int *islocal) case '8': case '9': read_tmpbuf(KEY_ESC_arg - '0'); + oldcurrline = curr_buf->currline; curr_buf->redraw_everything = YEA; break; case 'l': /* block delete */ -- cgit v1.2.3