aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.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/regexp.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/regexp.c')
-rw-r--r--src/nvim/regexp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/regexp.c b/src/nvim/regexp.c
index c2ef217638..6379174938 100644
--- a/src/nvim/regexp.c
+++ b/src/nvim/regexp.c
@@ -63,6 +63,7 @@
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/misc1.h"
+#include "nvim/plines.h"
#include "nvim/garray.h"
#include "nvim/strings.h"