mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.2348: no check for modified files after focus gained
Problem: No check for modified files after focus gained. (Mathias Stearn) Solution: Call ui_focus_change().
This commit is contained in:
2
src/ui.c
2
src/ui.c
@@ -1101,7 +1101,6 @@ check_row(int row)
|
||||
return row;
|
||||
}
|
||||
|
||||
#if defined(FEAT_GUI) || defined(MSWIN) || defined(PROTO)
|
||||
/*
|
||||
* Called when focus changed. Used for the GUI or for systems where this can
|
||||
* be done in the console (Win32).
|
||||
@@ -1164,7 +1163,6 @@ ui_focus_change(
|
||||
maketitle();
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_INPUT_METHOD) || defined(PROTO)
|
||||
/*
|
||||
|
Reference in New Issue
Block a user