vim-patch:7.4.1388

Problem:    Compiler warning. (Cesar Romani)
Solution:   Initialize variable.

bdcd752750
This commit is contained in:
James McCoy 2016-04-26 00:18:32 -04:00
parent e902a172ef
commit bca53fdca0
2 changed files with 2 additions and 2 deletions

View File

@ -2380,7 +2380,7 @@ static void source_pack_plugin(char_u *fname, void *cookie)
char_u *p6, *p5, *p4, *p3, *p2, *p1, *p;
char_u *new_rtp;
p4 = p3 = p2 = p1 = get_past_head(fname);
p6 = p5 = p4 = p3 = p2 = p1 = get_past_head(fname);
for (p = p1; *p; mb_ptr_adv(p)) {
if (vim_ispathsep_nocolon(*p)) {
p6 = p5; p5 = p4; p4 = p3; p3 = p2; p2 = p1; p1 = p;

View File

@ -307,7 +307,7 @@ static int included_patches[] = {
// 1391 NA
// 1390 NA
// 1389 NA
// 1388,
1388,
// 1387 NA
// 1386 NA
// 1385 NA