View | Details | Raw Unified | Return to bug 112930
Collapse All | Expand All

(-)vim64/src/main.c.orig (+4 lines)
Lines 1305-1310 Link Here
1305
    if (p_commands > 0)
1305
    if (p_commands > 0)
1306
    {
1306
    {
1307
	curwin->w_cursor.lnum = 0; /* just in case.. */
1307
	curwin->w_cursor.lnum = 0; /* just in case.. */
1308
	curwin->w_cursor.col = 0;  /* avoid suse bugzilla #112930, jw@suse.de */
1308
	sourcing_name = (char_u *)_("pre-vimrc command line");
1309
	sourcing_name = (char_u *)_("pre-vimrc command line");
1309
# ifdef FEAT_EVAL
1310
# ifdef FEAT_EVAL
1310
	current_SID = SID_CMDARG;
1311
	current_SID = SID_CMDARG;
Lines 1928-1934 Link Here
1928
	 */
1929
	 */
1929
	msg_scroll = TRUE;
1930
	msg_scroll = TRUE;
1930
	if (tagname == NULL)
1931
	if (tagname == NULL)
1932
	{
1931
	    curwin->w_cursor.lnum = 0;
1933
	    curwin->w_cursor.lnum = 0;
1934
	    curwin->w_cursor.col = 0;   /* avoid suse bugzilla #112930, jw@suse.de */
1935
	}
1932
	sourcing_name = (char_u *)"command line";
1936
	sourcing_name = (char_u *)"command line";
1933
#ifdef FEAT_EVAL
1937
#ifdef FEAT_EVAL
1934
	current_SID = SID_CARG;
1938
	current_SID = SID_CARG;

Return to bug 112930