aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2017-04-11 22:44:48 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-11 22:44:48 +0200
commit2d72d85b23761383ac7838faed2f7b53bdce8817 (patch)
tree5c4cfe225180ae19b9e6ce3e12f66b810ca23730 /src/nvim/spell.c
parent1b94852ccbd07c2475621651bbd02970d30dbc3b (diff)
downloadrneovim-2d72d85b23761383ac7838faed2f7b53bdce8817.tar.gz
rneovim-2d72d85b23761383ac7838faed2f7b53bdce8817.tar.bz2
rneovim-2d72d85b23761383ac7838faed2f7b53bdce8817.zip
refactor: pos_T macros to functions (#6496)
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r--src/nvim/spell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c
index 18febda1d8..17016be35f 100644
--- a/src/nvim/spell.c
+++ b/src/nvim/spell.c
@@ -92,6 +92,7 @@
#include "nvim/func_attr.h"
#include "nvim/getchar.h"
#include "nvim/hashtab.h"
+#include "nvim/mark.h"
#include "nvim/mbyte.h"
#include "nvim/memline.h"
#include "nvim/memory.h"