mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
Extract cursor.h from misc{1,2}.h and memline.h
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user