mirror of
https://github.com/neovim/neovim.git
synced 2026-08-18 13:22:31 +00:00
vim-patch:9.2.0927: curswant not set on 8g8 (#41255)
Problem: curswant not set on 8g8
Solution: Set curswant, adjust tests (Emilien Breton)
closes: vim/vim#20979
7fe5cb35f9
Co-authored-by: Emilien Breton <bricktech2000@gmail.com>
This commit is contained in:
@@ -2135,6 +2135,7 @@ void utf_find_illegal(void)
|
||||
curwin->w_cursor.col += l;
|
||||
}
|
||||
}
|
||||
curwin->w_set_curswant = true;
|
||||
goto theend;
|
||||
}
|
||||
p += len;
|
||||
|
||||
Reference in New Issue
Block a user