aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/indent.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-08-11 17:38:36 +0200
committerGitHub <noreply@github.com>2021-08-11 17:38:36 +0200
commit7d2233fad007a3dd42481f8ffc01e69b57a17f9e (patch)
treea539fc5a49b000086de4a0ab7c6fbd49e8de9ab8 /src/nvim/indent.c
parent2c60f7c99188e90739d83f3c131134b71cd37436 (diff)
parent28b5c73bf8b5cc92451a4030b4ffbbad6c56374b (diff)
downloadrneovim-7d2233fad007a3dd42481f8ffc01e69b57a17f9e.tar.gz
rneovim-7d2233fad007a3dd42481f8ffc01e69b57a17f9e.tar.bz2
rneovim-7d2233fad007a3dd42481f8ffc01e69b57a17f9e.zip
Merge pull request #15336 from bfredl/plines
refactor(plines): move "plines" (size of printed lines) family of function to own file
Diffstat (limited to 'src/nvim/indent.c')
-rw-r--r--src/nvim/indent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/indent.c b/src/nvim/indent.c
index bfb77688b0..a6df0e97e6 100644
--- a/src/nvim/indent.c
+++ b/src/nvim/indent.c
@@ -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"