diff options
author | Hinidu <hinidu@gmail.com> | 2014-05-02 15:34:53 +0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-05-28 10:42:06 -0400 |
commit | e62722922b671d6f529570af8c96c463878dd46d (patch) | |
tree | b7c0faf790b777dfc29caf595953f314253e43cb /src/nvim/indent_c.c | |
parent | e4fe2dbd777a59a9a9b386d960eb9dddc459e84e (diff) | |
download | rneovim-e62722922b671d6f529570af8c96c463878dd46d.tar.gz rneovim-e62722922b671d6f529570af8c96c463878dd46d.tar.bz2 rneovim-e62722922b671d6f529570af8c96c463878dd46d.zip |
Extract cursor.h from misc{1,2}.h and memline.h
Diffstat (limited to 'src/nvim/indent_c.c')
-rw-r--r-- | src/nvim/indent_c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/indent_c.c b/src/nvim/indent_c.c index 8979635823..8db16efb80 100644 --- a/src/nvim/indent_c.c +++ b/src/nvim/indent_c.c @@ -1,6 +1,7 @@ #include "nvim/vim.h" #include "nvim/misc1.h" #include "nvim/charset.h" +#include "nvim/cursor.h" #include "nvim/edit.h" #include "nvim/indent.h" #include "nvim/indent_c.h" |