mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +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:
@@ -32,6 +32,7 @@
|
||||
#include "nvim/ui.h"
|
||||
#include "nvim/window.h"
|
||||
#include "nvim/os/os.h"
|
||||
#include "nvim/os/input.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
@@ -1735,7 +1736,7 @@ static void cs_print_tags_priv(char **matches, char **cntxts, int num_matches)
|
||||
if (msg_col)
|
||||
msg_putchar('\n');
|
||||
|
||||
ui_breakcheck();
|
||||
os_breakcheck();
|
||||
if (got_int) {
|
||||
got_int = FALSE; /* don't print any more matches */
|
||||
break;
|
||||
|
Reference in New Issue
Block a user