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

@@ -13,6 +13,7 @@
#include "nvim/memory.h"
#include "nvim/misc1.h"
#include "nvim/move.h"
#include "nvim/plines.h"
#include "nvim/screen.h"
#include "nvim/extmark.h"
#include "nvim/state.h"