mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.1.0289: cursor moves to wrong column after quickfix jump
Problem: Cursor moves to wrong column after quickfix jump. Solution: Set the curswant flag. (Andy Massimino, closes #3331)
This commit is contained in:
@@ -3010,6 +3010,7 @@ qf_jump_goto_line(
|
||||
++screen_col;
|
||||
}
|
||||
}
|
||||
curwin->w_set_curswant = TRUE;
|
||||
check_cursor();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user