0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0080

This commit is contained in:
Bram Moolenaar
2005-06-05 21:54:54 +00:00
parent 75c50c46a6
commit 50cde8273e
7 changed files with 20 additions and 25 deletions

View File

@@ -2450,7 +2450,7 @@ buflist_list(eap)
else
home_replace(buf, buf->b_fname, NameBuff, MAXPATHL, TRUE);
vim_snprintf((char *)IObuff, IOSIZE - 20, "%3d%c%c%c%c%c \"%s\"",
len = vim_snprintf((char *)IObuff, IOSIZE - 20, "%3d%c%c%c%c%c \"%s\"",
buf->b_fnum,
buf->b_p_bl ? ' ' : 'u',
buf == curbuf ? '%' :
@@ -2463,7 +2463,6 @@ buflist_list(eap)
NameBuff);
/* put "line 999" in column 40 or after the file name */
len = STRLEN(IObuff);
i = 40 - vim_strsize(IObuff);
do
{