File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3064,9 +3064,7 @@ qf_jump_goto_line(
30643064 if (qf_col > 0 )
30653065 {
30663066 curwin -> w_cursor .col = qf_col - 1 ;
3067- #ifdef FEAT_VIRTUALEDIT
30683067 curwin -> w_cursor .coladd = 0 ;
3069- #endif
30703068 if (qf_viscol == TRUE)
30713069 {
30723070 // Check each character from the beginning of the error
@@ -4108,9 +4106,7 @@ qf_win_goto(win_T *win, linenr_T lnum)
41084106 curbuf = win -> w_buffer ;
41094107 curwin -> w_cursor .lnum = lnum ;
41104108 curwin -> w_cursor .col = 0 ;
4111- #ifdef FEAT_VIRTUALEDIT
41124109 curwin -> w_cursor .coladd = 0 ;
4113- #endif
41144110 curwin -> w_curswant = 0 ;
41154111 update_topline (); // scroll to show the line
41164112 redraw_later (VALID );
Original file line number Diff line number Diff line change @@ -783,6 +783,8 @@ static char *(features[]) =
783783
784784static int included_patches [] =
785785{ /* Add new patch number below this line */
786+ /**/
787+ 828 ,
786788/**/
787789 827 ,
788790/**/
You can’t perform that action at this time.
0 commit comments