summaryrefslogtreecommitdiff
path: root/src/ops.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-05-19 21:08:39 +0000
committerBram Moolenaar <Bram@vim.org>2005-05-19 21:08:39 +0000
commit555b280f28998668c2f2b22df63c5393cfa9a0dd (patch)
treeb57a9e145899b0ac9956da1a4cfbb33a93d6cb4a /src/ops.c
parent051b782fa0ed834d7b4f80e5f1540d4d96e5f9d7 (diff)
downloadvim-git-555b280f28998668c2f2b22df63c5393cfa9a0dd.tar.gz
updated for version 7.0073v7.0073
Diffstat (limited to 'src/ops.c')
-rw-r--r--src/ops.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ops.c b/src/ops.c
index ecc9ad987..94dc39c82 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -5226,7 +5226,7 @@ write_viminfo_registers(fp)
#endif
default:
sprintf((char *)IObuff, _("E574: Unknown register type %d"),
- y_regs[i].y_type);
+ y_regs[i].y_type);
emsg(IObuff);
type = (char_u *)"LINE";
break;
@@ -5943,8 +5943,8 @@ line_count_info(line, wc, cc, limit, eol_size)
cursor_pos_info()
{
char_u *p;
- char_u buf1[20];
- char_u buf2[20];
+ char_u buf1[50];
+ char_u buf2[40];
linenr_T lnum;
long byte_count = 0;
long byte_count_cursor = 0;
@@ -6106,7 +6106,7 @@ cursor_pos_info()
buf1[0] = NUL;
if (char_count_cursor == byte_count_cursor
- && char_count == byte_count)
+ && char_count == byte_count)
sprintf((char *)IObuff, _("Selected %s%ld of %ld Lines; %ld of %ld Words; %ld of %ld Bytes"),
buf1, line_count_selected,
(long)curbuf->b_ml.ml_line_count,