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/misc1.h | |
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/misc1.h')
-rw-r--r-- | src/nvim/misc1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/misc1.h b/src/nvim/misc1.h index df1d630621..5d9d2f084b 100644 --- a/src/nvim/misc1.h +++ b/src/nvim/misc1.h @@ -25,8 +25,6 @@ int del_bytes(long count, int fixpos_arg, int use_delcombine); void truncate_line(int fixpos); void del_lines(long nlines, int undo); int gchar_pos(pos_T *pos); -int gchar_cursor(void); -void pchar_cursor(int c); char_u *skip_to_option_part(char_u *p); void changed(void); void changed_int(void); |