diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-19 22:48:47 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-19 22:48:47 +0000 |
commit | 1d73c8850367b1ed6dfc0ece6532fa5a6cc33bbb (patch) | |
tree | f25fe2f9f7e777a9f1af2db7b191bb5ed2d6f3c2 /src/message.c | |
parent | 92124a33fde3c4a2834e1d0fdc6c7088aae841b3 (diff) | |
download | vim-git-1d73c8850367b1ed6dfc0ece6532fa5a6cc33bbb.tar.gz |
updated for version 7.0088
Diffstat (limited to 'src/message.c')
-rw-r--r-- | src/message.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/message.c b/src/message.c index 79dbc2e17..535d65a51 100644 --- a/src/message.c +++ b/src/message.c @@ -1644,19 +1644,6 @@ msg_puts_title(s) msg_puts_attr(s, hl_attr(HLF_T)); } -#if defined(FEAT_CSCOPE) || defined(PROTO) -/* - * if printing a string will exceed the screen width, print "..." in the - * middle. - */ - void -msg_puts_long(longstr) - char_u *longstr; -{ - msg_puts_long_len_attr(longstr, (int)strlen((char *)longstr), 0); -} -#endif - /* * Show a message in such a way that it always fits in the line. Cut out a * part in the middle and replace it with "..." when necessary. |