Enable -Wconversion on cursor.c

This commit is contained in:
Pavel Platto
2014-05-15 16:49:58 +03:00
committed by Justin M. Keyes
parent e62722922b
commit 2a154ef71d
3 changed files with 14 additions and 25 deletions

View File

@@ -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);