mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
Enable -Wconversion on cursor.c
This commit is contained in:

committed by
Justin M. Keyes

parent
e62722922b
commit
2a154ef71d
@@ -19,7 +19,7 @@ void check_cursor(void);
|
||||
void adjust_cursor_col(void);
|
||||
int leftcol_changed(void);
|
||||
int gchar_cursor(void);
|
||||
void pchar_cursor(int c);
|
||||
void pchar_cursor(char_u c);
|
||||
char_u *ml_get_curline(void);
|
||||
char_u *ml_get_cursor(void);
|
||||
|
||||
|
Reference in New Issue
Block a user