0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.2.396

Problem:    Get E38 errors. (Dasn)
Solution:   Set cursor to line 1 instead of 0. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar 2010-03-17 14:48:24 +01:00
parent 97e7a84b6d
commit 9c27fc3dba
2 changed files with 3 additions and 1 deletions

View File

@ -640,7 +640,7 @@ pum_set_selected(n, repeat)
curbuf->b_changed = 0;
curbuf->b_p_ma = FALSE;
curwin->w_cursor.lnum = 0;
curwin->w_cursor.lnum = 1;
curwin->w_cursor.col = 0;
if (curwin != curwin_save && win_valid(curwin_save))

View File

@ -681,6 +681,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
396,
/**/
395,
/**/