mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.2.2276: list of distributed files is outdated
Problem: List of distributed files is outdated. Solution: Update the file list. Minor comment updates.
This commit is contained in:
@@ -3087,7 +3087,6 @@ windgoto(int row, int col)
|
||||
// Can't use ScreenLines unless initialized
|
||||
if (ScreenLines == NULL)
|
||||
return;
|
||||
|
||||
if (col != screen_cur_col || row != screen_cur_row)
|
||||
{
|
||||
// Check for valid position.
|
||||
|
Reference in New Issue
Block a user