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

@@ -41,6 +41,7 @@
#include "nvim/ops.h"
#include "nvim/option.h"
#include "nvim/os/fs_defs.h"
#include "nvim/os/input.h"
#include "nvim/os/shell.h"
#include "nvim/os_unix.h"
#include "nvim/path.h"