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

@@ -32,6 +32,7 @@
#include "nvim/move.h"
#include "nvim/ops.h"
#include "nvim/option.h"
#include "nvim/os/input.h"
#include "nvim/plines.h"
#include "nvim/screen.h"
#include "nvim/strings.h"