diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-03-10 01:38:21 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-10 05:55:59 -0300 |
commit | 1684bec63571583f14065cfb614153df125b97e8 (patch) | |
tree | 7ff3a8f029619516115a5f76f63d580a172461de /src/ex_getln.c | |
parent | 6089b2601678977122c0139bba77913e55cfb56e (diff) | |
download | rneovim-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/ex_getln.c')
-rw-r--r-- | src/ex_getln.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c index fc5a445c2c..3b188f1a20 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -33,6 +33,7 @@ #include "message.h" #include "misc1.h" #include "misc2.h" +#include "cursor_shape.h" #include "keymap.h" #include "garray.h" #include "move.h" @@ -46,6 +47,7 @@ #include "tag.h" #include "term.h" #include "window.h" +#include "ui.h" #include "os/os.h" /* |