diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-12-09 21:00:04 +0100 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2021-12-09 21:00:04 +0100 |
commit | 2ec0e0a868ba20373ef4cd2d2540db7e829ddc56 (patch) | |
tree | 17f4f0bf638ba8b4d604392f260fd686b527af95 /src/nvim/syntax.c | |
parent | 2fe60905f6e12b3cae5c9ca2d1456fe23501be61 (diff) | |
download | rneovim-2ec0e0a868ba20373ef4cd2d2540db7e829ddc56.tar.gz rneovim-2ec0e0a868ba20373ef4cd2d2540db7e829ddc56.tar.bz2 rneovim-2ec0e0a868ba20373ef4cd2d2540db7e829ddc56.zip |
refactor(misc1): move line_breakcheck family of functions to os/input.c
Diffstat (limited to 'src/nvim/syntax.c')
-rw-r--r-- | src/nvim/syntax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/syntax.c b/src/nvim/syntax.c index cb243668ce..fc445d80b6 100644 --- a/src/nvim/syntax.c +++ b/src/nvim/syntax.c @@ -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" |