vim-patch:7.4.1909 (#5748)

Problem:    Doubled semicolons.
Solution:   Reduce to one. (Dominique Pelle)

945ec093cd
This commit is contained in:
Shougo
2016-12-10 21:40:29 +09:00
committed by Justin M. Keyes
parent 26f8cdedc3
commit 2380747ff2
4 changed files with 4 additions and 4 deletions

View File

@@ -165,7 +165,7 @@ bool hasFoldingWin(
int use_level = FALSE;
int maybe_small = FALSE;
garray_T *gap;
int low_level = 0;;
int low_level = 0;
checkupdate(win);
/*