comparison src/ex_docmd.c @ 11258:84f71a8a5f2c v8.0.0515

patch 8.0.0515: ml_get errors in silent Ex mode commit https://github.com/vim/vim/commit/d5d37537d1fa46fd468bd378af2006dd09840f38 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 27 23:02:07 2017 +0200 patch 8.0.0515: ml_get errors in silent Ex mode Problem: ml_get errors in silent Ex mode. (Dominique Pelle) Solution: Clear valid flags when setting the cursor. Set the topline when not in full screen mode.
author Christian Brabandt <cb@256bit.org>
date Mon, 27 Mar 2017 23:15:05 +0200
parents 17ba19406c50
children 889da8649221
comparison
equal deleted inserted replaced
11257:91121e5dbbe1 11258:84f71a8a5f2c
10359 { 10359 {
10360 if (eap->addr_count != 0) 10360 if (eap->addr_count != 0)
10361 { 10361 {
10362 curwin->w_cursor.lnum = eap->line1++; 10362 curwin->w_cursor.lnum = eap->line1++;
10363 curwin->w_cursor.col = 0; 10363 curwin->w_cursor.col = 0;
10364 check_cursor_moved(curwin);
10364 } 10365 }
10365 10366
10366 exec_normal_cmd( 10367 exec_normal_cmd(
10367 #ifdef FEAT_MBYTE 10368 #ifdef FEAT_MBYTE
10368 arg != NULL ? arg : 10369 arg != NULL ? arg :