mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.1783: try-catch test fails
Problem: Try-catch test fails. Solution: Don't call win_enter(), only call enterering_window().
This commit is contained in:
@@ -2227,7 +2227,7 @@ leaving_window(win_T *win)
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
entering_window(win_T *win)
|
||||
{
|
||||
// Only matters for a prompt window.
|
||||
|
Reference in New Issue
Block a user