aboutsummaryrefslogtreecommitdiff
path: root/src/option.c
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-03-10 01:38:21 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-10 05:55:59 -0300
commit1684bec63571583f14065cfb614153df125b97e8 (patch)
tree7ff3a8f029619516115a5f76f63d580a172461de /src/option.c
parent6089b2601678977122c0139bba77913e55cfb56e (diff)
downloadrneovim-1684bec63571583f14065cfb614153df125b97e8.tar.gz
rneovim-1684bec63571583f14065cfb614153df125b97e8.tar.bz2
rneovim-1684bec63571583f14065cfb614153df125b97e8.zip
Extract cursor_shape.c from misc2.c and types/consts from structs.h
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/option.c b/src/option.c
index e257186cf2..4fb498a0bc 100644
--- a/src/option.c
+++ b/src/option.c
@@ -56,6 +56,7 @@
#include "keymap.h"
#include "crypt.h"
#include "garray.h"
+#include "cursor_shape.h"
#include "move.h"
#include "normal.h"
#include "os_unix.h"