diff options
author | Brandon Coleman <metrix1978@gmail.com> | 2014-06-17 10:22:05 -0500 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-09 00:18:18 +0200 |
commit | 82b71a30569b1db8e78f38b1bc22fa7b088e16fc (patch) | |
tree | df411ed358399285881dc46965236d81d7b1d2ae /src/nvim/cursor_shape.c | |
parent | 8c9cb5f9ef4539f5105720666f067b485e8c4f2e (diff) | |
download | rneovim-82b71a30569b1db8e78f38b1bc22fa7b088e16fc.tar.gz rneovim-82b71a30569b1db8e78f38b1bc22fa7b088e16fc.tar.bz2 rneovim-82b71a30569b1db8e78f38b1bc22fa7b088e16fc.zip |
move ascii.h include out of vim.h
Diffstat (limited to 'src/nvim/cursor_shape.c')
-rw-r--r-- | src/nvim/cursor_shape.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/cursor_shape.c b/src/nvim/cursor_shape.c index a36f04ce8f..9992fbdfcf 100644 --- a/src/nvim/cursor_shape.c +++ b/src/nvim/cursor_shape.c @@ -1,4 +1,5 @@ #include "nvim/vim.h" +#include "nvim/ascii.h" #include "nvim/cursor_shape.h" #include "nvim/misc2.h" #include "nvim/ex_getln.h" |