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

@@ -41,6 +41,7 @@
#include "nvim/normal.h"
#include "nvim/option.h"
#include "nvim/path.h"
#include "nvim/plines.h"
#include "nvim/screen.h"
#include "nvim/search.h"
#include "nvim/state.h"