refactor(misc1): move line_breakcheck family of functions to os/input.c

This commit is contained in:
Björn Linse
2021-12-09 21:00:04 +01:00
parent 2fe60905f6
commit 2ec0e0a868
12 changed files with 44 additions and 41 deletions

View File

@@ -34,6 +34,7 @@
#include "nvim/message.h"
#include "nvim/misc1.h"
#include "nvim/option.h"
#include "nvim/os/input.h"
#include "nvim/os/os.h"
#include "nvim/os/time.h"
#include "nvim/os_unix.h"