diff options
Diffstat (limited to 'src/nvim/fileio.c')
-rw-r--r-- | src/nvim/fileio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c index 115d34c3ea..684658b4e3 100644 --- a/src/nvim/fileio.c +++ b/src/nvim/fileio.c @@ -55,7 +55,6 @@ #include "nvim/path.h" #include "nvim/pos.h" #include "nvim/regexp.h" -#include "nvim/screen.h" #include "nvim/sha256.h" #include "nvim/shada.h" #include "nvim/strings.h" @@ -157,7 +156,7 @@ void filemess(buf_T *buf, char *name, char *s, int attr) msg_scroll = false; } if (!msg_scroll) { // wait a bit when overwriting an error msg - check_for_delay(false); + msg_check_for_delay(false); } msg_start(); msg_scroll = msg_scroll_save; |