mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
These functions only used to call another os_* function, so remove them and replace all occurences in the project.
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
#include "nvim/ui.h"
|
||||
#include "nvim/window.h"
|
||||
#include "nvim/os/os.h"
|
||||
#include "nvim/os/input.h"
|
||||
|
||||
|
||||
struct dir_stack_T {
|
||||
@@ -1791,7 +1792,7 @@ void qf_list(exarg_T *eap)
|
||||
|
||||
qfp = qfp->qf_next;
|
||||
++i;
|
||||
ui_breakcheck();
|
||||
os_breakcheck();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user