Shorten the name of
may_req_ambiguous_character_width
to
may_req_ambiguous_char_width
so it builds on VMS. There's a limit of 31 characters, leading to truncation and
consequently a failed build.
Thanks,
Sam
===
diff -r 3a32cbcc2449 src/main.c
--- a/src/main.c Wed Sep 25 23:24:58 2013 +0200
+++ b/src/main.c Sat Sep 28 20:49:53 2013 +0200
@@ -812,7 +812,7 @@
starttermcap(); /* start termcap if not done by wait_return() */
TIME_MSG("start termcap");
#if defined(FEAT_TERMRESPONSE) && defined(FEAT_MBYTE)
- may_req_ambiguous_character_width();
+ may_req_ambiguous_char_width();
#endif
#ifdef FEAT_MOUSE
diff -r 3a32cbcc2449 src/proto/term.pro
--- a/src/proto/term.pro Wed Sep 25 23:24:58 2013 +0200
+++ b/src/proto/term.pro Sat Sep 28 20:49:53 2013 +0200
@@ -35,7 +35,7 @@
void starttermcap __ARGS((void));
void stoptermcap __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));
void setmouse __ARGS((void));
int mouse_has __ARGS((int c));
diff -r 3a32cbcc2449 src/term.c
--- a/src/term.c Wed Sep 25 23:24:58 2013 +0200
+++ b/src/term.c Sat Sep 28 20:49:53 2013 +0200
@@ -3356,7 +3356,7 @@
* it must be called immediately after entering termcap mode.
*/
void
-may_req_ambiguous_character_width()
+may_req_ambiguous_char_width()
{
if (u7_status == U7_GET
&& cur_tmode == TMODE_RAW
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.