mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0086
This commit is contained in:
@@ -143,7 +143,7 @@ static int RealWaitForChar __ARGS((int, long, int *));
|
|||||||
|
|
||||||
#ifdef FEAT_XCLIPBOARD
|
#ifdef FEAT_XCLIPBOARD
|
||||||
static int do_xterm_trace __ARGS((void));
|
static int do_xterm_trace __ARGS((void));
|
||||||
#define XT_TRACE_DELAY 50 /* delay for xterm tracing */
|
# define XT_TRACE_DELAY 50 /* delay for xterm tracing */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void handle_resize __ARGS((void));
|
static void handle_resize __ARGS((void));
|
||||||
|
@@ -8,8 +8,6 @@ void trunc_string __ARGS((char_u *s, char_u *buf, int room));
|
|||||||
void msg_source __ARGS((int attr));
|
void msg_source __ARGS((int attr));
|
||||||
int emsg __ARGS((char_u *s));
|
int emsg __ARGS((char_u *s));
|
||||||
int emsg2 __ARGS((char_u *s, char_u *a1));
|
int emsg2 __ARGS((char_u *s, char_u *a1));
|
||||||
int emsg3 __ARGS((char_u *s, char_u *a1, char_u *a2));
|
|
||||||
int emsgn __ARGS((char_u *s, long n));
|
|
||||||
void emsg_invreg __ARGS((int name));
|
void emsg_invreg __ARGS((int name));
|
||||||
char_u *msg_trunc_attr __ARGS((char_u *s, int force, int attr));
|
char_u *msg_trunc_attr __ARGS((char_u *s, int force, int attr));
|
||||||
char_u *msg_may_trunc __ARGS((int force, char_u *s));
|
char_u *msg_may_trunc __ARGS((int force, char_u *s));
|
||||||
|
Reference in New Issue
Block a user