Merge pull request #15336 from bfredl/plines

refactor(plines): move "plines" (size of printed lines) family of function to own file
This commit is contained in:
Björn Linse
2021-08-11 17:38:36 +02:00
committed by GitHub
22 changed files with 603 additions and 560 deletions

View File

@@ -19,6 +19,7 @@
#include "nvim/misc1.h"
#include "nvim/move.h"
#include "nvim/option.h"
#include "nvim/plines.h"
#include "nvim/regexp.h"
#include "nvim/screen.h"
#include "nvim/search.h"