0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0219

This commit is contained in:
Bram Moolenaar
2006-03-09 22:32:39 +00:00
parent 0fd9289de3
commit 4ea8fe1d06
12 changed files with 1199 additions and 288 deletions

View File

@@ -2465,7 +2465,7 @@ draw_cmdline(start, len)
int j;
int newlen = 0;
int mb_l;
int pc, pc1;
int pc, pc1 = 0;
int prev_c = 0;
int prev_c1 = 0;
int u8c;
@@ -3480,7 +3480,7 @@ ExpandEscape(xp, str, numfiles, files, options)
{
vim_free(files[i]);
files[i] = p;
#if defined(BACKSLASH_IN_FILENAME) || defined(COLON_AS_PATHSEP)
#if defined(BACKSLASH_IN_FILENAME)
p = vim_strsave_escaped(files[i], (char_u *)" ");
if (p != NULL)
{