0
0
mirror of https://github.com/vim/vim.git synced 2025-10-15 07:14:09 -04:00

patch 7.4.1909

Problem:    Doubled semicolons.
Solution:   Reduce to one. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2016-06-08 21:17:43 +02:00
parent 5ce4a0b96a
commit 945ec093cd
7 changed files with 10 additions and 8 deletions

View File

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