mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.4.043
Problem: VMS can't handle long function names. Solution: Shorten may_req_ambiguous_character_width. (Samuel Ferencik)
This commit is contained in:
parent
7a18fdc8a4
commit
386dcde30d
@ -812,7 +812,7 @@ vim_main2(int argc UNUSED, char **argv UNUSED)
|
|||||||
starttermcap(); /* start termcap if not done by wait_return() */
|
starttermcap(); /* start termcap if not done by wait_return() */
|
||||||
TIME_MSG("start termcap");
|
TIME_MSG("start termcap");
|
||||||
#if defined(FEAT_TERMRESPONSE) && defined(FEAT_MBYTE)
|
#if defined(FEAT_TERMRESPONSE) && defined(FEAT_MBYTE)
|
||||||
may_req_ambiguous_character_width();
|
may_req_ambiguous_char_width();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FEAT_MOUSE
|
#ifdef FEAT_MOUSE
|
||||||
|
@ -35,7 +35,7 @@ void settmode __ARGS((int tmode));
|
|||||||
void starttermcap __ARGS((void));
|
void starttermcap __ARGS((void));
|
||||||
void stoptermcap __ARGS((void));
|
void stoptermcap __ARGS((void));
|
||||||
void may_req_termresponse __ARGS((void));
|
void may_req_termresponse __ARGS((void));
|
||||||
void may_req_ambiguous_character_width __ARGS((void));
|
void may_req_ambiguous_char_width __ARGS((void));
|
||||||
int swapping_screen __ARGS((void));
|
int swapping_screen __ARGS((void));
|
||||||
void setmouse __ARGS((void));
|
void setmouse __ARGS((void));
|
||||||
int mouse_has __ARGS((int c));
|
int mouse_has __ARGS((int c));
|
||||||
|
@ -3356,7 +3356,7 @@ may_req_termresponse()
|
|||||||
* it must be called immediately after entering termcap mode.
|
* it must be called immediately after entering termcap mode.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
may_req_ambiguous_character_width()
|
may_req_ambiguous_char_width()
|
||||||
{
|
{
|
||||||
if (u7_status == U7_GET
|
if (u7_status == U7_GET
|
||||||
&& cur_tmode == TMODE_RAW
|
&& cur_tmode == TMODE_RAW
|
||||||
|
@ -738,6 +738,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
43,
|
||||||
/**/
|
/**/
|
||||||
42,
|
42,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user