diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-09-29 16:27:47 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-09-29 16:27:47 +0200 |
commit | 386dcde30d677c26a596cf7479f8dd9ee498978b (patch) | |
tree | 7bf2df823936a384c65035de9390a5ad30625cd0 /src/proto | |
parent | 7a18fdc8a4d3c1408f54074ff9268735a277093a (diff) | |
download | vim-git-386dcde30d677c26a596cf7479f8dd9ee498978b.tar.gz |
updated for version 7.4.043v7.4.043
Problem: VMS can't handle long function names.
Solution: Shorten may_req_ambiguous_character_width. (Samuel Ferencik)
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/term.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/term.pro b/src/proto/term.pro index 25d9b96a0..b3d0df39d 100644 --- a/src/proto/term.pro +++ b/src/proto/term.pro @@ -35,7 +35,7 @@ void settmode __ARGS((int tmode)); 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)); |