refactor(plines): move horizontal size functions to plines.c

fix style.
This commit is contained in:
Björn Linse
2021-08-10 23:36:54 +02:00
parent 8bf318dcde
commit 28b5c73bf8
12 changed files with 317 additions and 297 deletions

View File

@@ -55,6 +55,7 @@
#include "nvim/option.h"
#include "nvim/os_unix.h"
#include "nvim/path.h"
#include "nvim/plines.h"
#include "nvim/quickfix.h"
#include "nvim/regexp.h"
#include "nvim/screen.h"