0
0
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:
Bram Moolenaar
2021-01-14 19:19:18 +01:00
parent e1ee58ac78
commit fadd55bd63
3 changed files with 4 additions and 14 deletions

View File

@@ -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)
/*