diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/edit.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 7316643e..1a632325 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -2446,11 +2446,8 @@ vedit(char *fpath, int saveheader, int *islocal) if (*quote_file) { do_quote(); *quote_file = '\0'; - } - - // if the currline is changed in do_quote, it should be reseted. - if (oldcurrline != curr_buf->currline) curr_buf->firstline = adjustline(curr_buf->firstline, WRAPMARGIN); + } /* No matter you quote or not, just start the cursor from (0,0) */ oldcurrline = curr_buf->currline = curr_buf->firstline; |